Skip to content

Commit 990636c

Browse files
committed
Release -> 0.2.2
1 parent c213176 commit 990636c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.2 (2017-10-05)
2+
==================
3+
4+
see issue #56
5+
6+
- Added custom default root level. Support Django style level=0
7+
8+
19
0.2.1 (2016-01-23)
210
==================
311

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(name):
1111

1212
setup(
1313
name='sqlalchemy_mptt',
14-
version='0.2.2-pre0',
14+
version='0.2.2',
1515
url='http://github.com/uralbash/sqlalchemy_mptt/',
1616
author='Svintsov Dmitry',
1717
author_email='sacrud@uralbash.ru',
@@ -38,7 +38,7 @@ def read(name):
3838
"Programming Language :: Python :: 3.4",
3939
"Programming Language :: Python :: 3.5",
4040
"Programming Language :: Python :: 3.6",
41-
"Framework :: Pyramid ",
41+
"Framework :: Pyramid",
4242
"Framework :: Flask",
4343
"Topic :: Internet",
4444
"Topic :: Database",

0 commit comments

Comments
 (0)