Skip to content

Commit 8545499

Browse files
committed
Release 1.7.0
1 parent 16616c0 commit 8545499

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

HISTORY.rst

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,23 @@ Release History
2121
Unreleased
2222
++++++++++
2323

24+
.. **Features and Improvements**
25+
26+
.. **Bugfixes**
27+
28+
.. **Libraries**
29+
30+
.. **Build**
31+
32+
.. **Documentation**
33+
34+
35+
1.7.0 (2016-11-21)
36+
++++++++++++++++++
37+
2438
**Features and Improvements**
2539

26-
* Export PG* environment variables for convenience, so in shell we can connect
40+
* Export PG* environment variables for convenience, so in a shell we can connect
2741
on the current database with:
2842

2943
``docker-compose run --rm odoo psql -l``
@@ -36,15 +50,16 @@ Unreleased
3650

3751
``sh -c 'PGPASSWORD=$DB_PASSWORD psql -h db -U $DB_USER -f path/to/file.sql $DB_NAME'``
3852

53+
* Use unbuffer when calling marabunta, to have the output line by line
54+
3955
**Bugfixes**
4056

41-
**Libraries**
57+
* Change 'pip list' invocation to remove a deprecation warning
4258

43-
* Upgrade marabunta to 0.6.0
59+
**Libraries**
4460

45-
**Build**
61+
* Upgrade marabunta to 0.6.0 (https://github.com/camptocamp/marabunta/releases/tag/0.6.0)
4662

47-
**Documentation**
4863

4964
1.6.2 (2016-10-26)
5065
++++++++++++++++++

0 commit comments

Comments
 (0)