Skip to content

Commit

Permalink
Bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Aug 27, 2019
1 parent 55f79cc commit 5ecc691
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v1.3.3 (2019-08-27)
-------------------

Fixes
~~~~~

- Fix crash when handling SQL files containing only comments.

v1.3.2 (2019-07-30)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '1.3.2'
__version__ = '1.3.3'


readme_path = os.path.join(os.path.dirname(__file__), 'README.rst')
Expand Down

0 comments on commit 5ecc691

Please sign in to comment.