We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbf8ce commit 9c91562Copy full SHA for 9c91562
README.md
@@ -116,3 +116,9 @@ Changelist
116
- Added multi user ability
117
- v1.2 (12.10.2019)
118
- Added "books" module
119
+- v1.3 (14.10.2019)
120
+ - Changed DB to PostgresQL
121
+ - Fixed ReadBookFilter
122
+ - Added ability to hide filter
123
+ - Changed width of columns for books journal
124
+
main/settings_dev.py
@@ -12,7 +12,7 @@
12
13
import os
14
15
-VERSION = '1.2'
+VERSION = '1.3'
16
17
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
18
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
0 commit comments