Skip to content

Commit 47de70d

Browse files
committed
update changelog and bump version
1 parent 502fb09 commit 47de70d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.3
2+
- New: support more index types. Thanks @pierresouchay for the contribution.
3+
14
# 1.1.2
25
- Fix: escaping single quotes in a column's default value. Thanks @ryanproback for the contribution
36
- Fix: TableGroup and Project name are now safely quoted on render. Thanks @ryanproback for reporting

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.1.2',
19+
version='1.1.3',
2020
author='Daniil Minukhin',
2121
author_email='ddddsa@gmail.com',
2222
url='https://github.com/Vanderhoof/PyDBML',

0 commit comments

Comments
 (0)