Skip to content

Commit 6e0af33

Browse files
committed
bump version
1 parent 77e24d4 commit 6e0af33

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.11
2+
- Fix: allow pk in named indexes (thanks @pierresouchay for the contribution)
3+
14
# 1.0.10
25
- New: Sticky notes syntax (DBML v3.2.0)
36
- Fix: Table header color was not rendered in `dbml()` (thanks @tristangrebot for the contribution)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description=SHORT_DESCRIPTION,
1818
long_description=LONG_DESCRIPTION,
1919
long_description_content_type='text/markdown',
20-
version='1.0.10',
20+
version='1.0.11',
2121
author='Daniil Minukhin',
2222
author_email='ddddsa@gmail.com',
2323
url='https://github.com/Vanderhoof/PyDBML',

0 commit comments

Comments
 (0)