Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Release v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Oct 5, 2017
1 parent 6b70199 commit cf18c13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dbas/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf18c13

Please sign in to comment.