Skip to content

Commit

Permalink
Release -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Oct 5, 2017
1 parent c213176 commit 990636c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.2.2 (2017-10-05)
==================

see issue #56

- Added custom default root level. Support Django style level=0


0.2.1 (2016-01-23)
==================

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(name):

setup(
name='sqlalchemy_mptt',
version='0.2.2-pre0',
version='0.2.2',
url='http://github.com/uralbash/sqlalchemy_mptt/',
author='Svintsov Dmitry',
author_email='[email protected]',
Expand All @@ -38,7 +38,7 @@ def read(name):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Framework :: Pyramid ",
"Framework :: Pyramid",
"Framework :: Flask",
"Topic :: Internet",
"Topic :: Database",
Expand Down

0 comments on commit 990636c

Please sign in to comment.