Skip to content

Commit

Permalink
Release v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Aug 26, 2014
1 parent 0d726ce commit fa7f4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


v1.0.0 (xxxx-xx-xx)
v1.0.0 (2014-08-25)
-------------------

- Replace usage of ``@classproperty`` decorators in ``ModelBase`` with ``@classmethod``. Any previously defined class properties now require method access. Affected attributes are: ``session``, ``primary_key``, ``primary_keys``, ``primary_attrs``, ``attrs``, ``descriptors``, ``relationships``, ``column_attrs``, and ``columns``. (**breaking change**)
Expand Down
3 changes: 1 addition & 2 deletions alchy/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
__summary__ = ('A SQLAlchemy extension for its declarative ORM that provides '
'enhancements for model classes, queries, and sessions.')
__url__ = 'https://github.com/dgilland/alchy'
__version__ = '0.13.3'

__version__ = '1.0.0'
__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
__license__ = 'MIT License'

0 comments on commit fa7f4e8

Please sign in to comment.