Skip to content

Commit

Permalink
Release v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Mar 22, 2016
1 parent c89d953 commit a55b2c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


v2.2.0 (2016-03-21)
-------------------

- Add ``metadata``argument to ``alchy.model.make_declarative_base`` to provide custom metaclass for declarative base model. Thanks fabioramponi_!


v2.1.0 (2016-03-11)
-------------------

Expand Down Expand Up @@ -286,3 +292,4 @@ v0.1.0 (2014-02-01)

.. _sethp: https://github.com/https://github.com/seth-p
.. _elidchan: https://github.com/elidchan
.. _fabioramponi: https://github.com/fabioramponi
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.1.0'
__version__ = '2.2.0'
__install_requires__ = ['SQLAlchemy>=0.9.0', 'pydash>=3.2.2']

__author__ = 'Derrick Gilland'
Expand Down

0 comments on commit a55b2c2

Please sign in to comment.