Skip to content

Commit 1f7540d

Browse files
author
Daniel Minukhin
committed
bump version, update changelog
1 parent ebe1bde commit 1f7540d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.1
2+
3+
- Fix: String default values were rendered without quotes in SQL. Thanks @samhaese for the contribution (#64)
4+
- Fix: Falsy default values were ignored. THanks @samhaese for the contribution (#63)
5+
16
# 1.2.0
27
- Fix: Temporarily disable unicode characters support in identifiers for performance (#59)
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description=SHORT_DESCRIPTION,
1717
long_description=LONG_DESCRIPTION,
1818
long_description_content_type='text/markdown',
19-
version='1.2.0',
19+
version='1.2.1',
2020
author='Daniil Minukhin',
2121
author_email='[email protected]',
2222
url='https://github.com/Vanderhoof/PyDBML',

0 commit comments

Comments
 (0)