diff options
-rw-r--r-- | CHANGES.md | 15 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index df5bc087b..b0b04ae8c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,21 @@ Ishtar changelog ================ +v0.99.13 (2017-02-17) +-------------------- +### Features ### +- Accounts: initialize new account with default username extract from raw name +- Imports: + - Prevent creation of new items when data is empty + - Item keys are now related to the current importer + - Report bad configuration on importers in a cleaner way + +### Bug fixes ### +- Fix password initialization on user creation +- Fix MCC operation import +- Makefile: graph model generation fix +- Finds table: fix columns + v0.99.12.2 (2017-02-10) ----------------------- ### Features ### diff --git a/version.py b/version.py index 8fdddac48..71bcbeeac 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 12, 2) +VERSION = (0, 99, 13) def get_version(): |