Skip to content

Commit 9c91562

Browse files
committed
change: Version to 1.3
1 parent 0cbf8ce commit 9c91562

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,9 @@ Changelist
116116
- Added multi user ability
117117
- v1.2 (12.10.2019)
118118
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import os
1414

15-
VERSION = '1.2'
15+
VERSION = '1.3'
1616

1717
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
1818
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)