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 502fb09 commit 47de70dCopy full SHA for 47de70d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.1.3
2
+- New: support more index types. Thanks @pierresouchay for the contribution.
3
+
4
# 1.1.2
5
- Fix: escaping single quotes in a column's default value. Thanks @ryanproback for the contribution
6
- Fix: TableGroup and Project name are now safely quoted on render. Thanks @ryanproback for reporting
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.2',
+ version='1.1.3',
20
author='Daniil Minukhin',
21
author_email='ddddsa@gmail.com',
22
url='https://github.com/Vanderhoof/PyDBML',
0 commit comments