Skip to content

Commit

Permalink
Release v2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed May 18, 2016
1 parent 9ce0d7a commit 34d19bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v2.2.1 (2016-05-18)
-------------------

- Fix bug with ``events.before_delete`` where decorator was defined using invalid parent class making it completely non-functional as a decorator.


Expand Down
2 changes: 1 addition & 1 deletion alchy/__meta__.py
Expand Up @@ -6,7 +6,7 @@
'enhancements for model classes, queries, and sessions.')
__url__ = 'https://github.com/dgilland/alchy'

__version__ = '2.2.0'
__version__ = '2.2.1'
__install_requires__ = ['SQLAlchemy>=0.9.0', 'pydash>=3.4.3']

__author__ = 'Derrick Gilland'
Expand Down

0 comments on commit 34d19bd

Please sign in to comment.