Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Mar 19, 2018
1 parent c075455 commit 9575576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.


0.33.1 (2018-03-19)
^^^^^^^^^^^^^^^^^^^

- Fixed EncryptedType for Oracle padding attack (#316, pull request courtesy of manishahluwalia)


0.33.0 (2018-02-18)
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
WeekDaysType
)

__version__ = '0.33.0'
__version__ = '0.33.1'

0 comments on commit 9575576

Please sign in to comment.