Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Jul 17, 2016
1 parent 8fc4fe5 commit daf0904
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.32.9 (2016-07-17)
^^^^^^^^^^^^^^^^^^^

- Added support for multi-column observers (#231, pull request courtesy of quantus)


0.32.8 (2016-05-20)
^^^^^^^^^^^^^^^^^^^

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

__version__ = '0.32.8'
__version__ = '0.32.9'

0 comments on commit daf0904

Please sign in to comment.