diff --git a/CHANGELOG.md b/CHANGELOG.md index 77eafff88..ea14bb435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.4.4. (2017-10-05) +- Manipulated the database to achieve circle-freeness +- Add `alembic` as migration-engine +- Open-Source the database +- Refactor requirements.txt +- Rewrite Authentication via APIv1 +- Extend documentation + ## 1.4.3 (2017-08-24) - Entering position and premise at once - Queue for split and merge statements diff --git a/dbas/views.py b/dbas/views.py index c2c275af4..28a484064 100644 --- a/dbas/views.py +++ b/dbas/views.py @@ -54,7 +54,7 @@ from webhook.lib import get_port name = 'D-BAS' -version = '1.4.3' +version = '1.4.4' full_version = version project_name = name + ' ' + full_version