diff options
-rw-r--r-- | CHANGES.txt | 7 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5ac20697f..30ef94204 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +0.96.2 (2016-07-17) +------------------- + +Features: +- Overload of columns for specific exports +- Tiny label for relations types. + 0.96.1 (2016-07-16) ------------------- diff --git a/version.py b/version.py index a292ae1fe..c27f31a86 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 96, 1) +VERSION = (0, 96, 2) def get_version(): |