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 e8eab9c commit 2bf015cCopy full SHA for 2bf015c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.1.4
2
+- Fix: Remove trailing comma in Enum SQL (#58 thanks @ralfschulze for reporting)
3
+
4
# 1.1.3
5
- New: support more index types. Thanks @pierresouchay for the contribution.
6
setup.py
@@ -16,7 +16,7 @@
16
description=SHORT_DESCRIPTION,
17
long_description=LONG_DESCRIPTION,
18
long_description_content_type='text/markdown',
19
- version='1.1.3',
+ version='1.1.4',
20
author='Daniil Minukhin',
21
author_email='[email protected]',
22
url='https://github.com/Vanderhoof/PyDBML',
0 commit comments