Skip to content

Commit

Permalink
Release v0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jun 3, 2014
1 parent 6ea2cb6 commit 8009a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,4 +1,4 @@
## v0.XX.XX (2014-06-XX)
## v0.13.0 (2014-06-03)

- Add `search.icontains` and `search.noticontains` for case insensitive contains filter.
- Remove strict update support from `Model.update()`. Require this to be implemented in user-land. **breaking change**
Expand Down
2 changes: 1 addition & 1 deletion alchy/__meta__.py
Expand Up @@ -15,7 +15,7 @@
__summary__ = 'The declarative companion to SQLAlchemy'
__url__ = 'https://github.com/dgilland/alchy'

__version__ = '0.12.0'
__version__ = '0.13.0'

__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
Expand Down

0 comments on commit 8009a0d

Please sign in to comment.