We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8243855 commit 17ff65cCopy full SHA for 17ff65c
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.1.1
2
+- New: SQL and DBML renderers can now be supplied to parser
3
+
4
# 1.1.0
5
6
- New: SQL and DBML rendering rewritten tow support external renderers
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.0',
+ version='1.1.1',
20
author='Daniil Minukhin',
21
author_email='ddddsa@gmail.com',
22
url='https://github.com/Vanderhoof/PyDBML',
0 commit comments