Skip to content

Commit e998143

Browse files
committed
Hello 0.1.0 version
1 parent cdeda94 commit e998143

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.1.0 (2014-11-18)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Fix concurrency issue with multiple session (#36)
8+
- Flushing the session now expire the instance and it's children (#33)
9+
110
0.0.9 (2014-10-09)
211
==================
312

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Contributors
22
------------
33
- Dmitry Svintsov, 2014/04/16
44
- Jonathan Stoppani, 2014/08/11
5+
- Fayaz Yusuf Khan, 2014/10/10

sqlalchemy_mptt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .mixins import BaseNestedSets
1111
from .events import TreesManager
1212

13-
__version__ = "0.0.9"
13+
__version__ = "0.1.0"
1414
__mixins__ = [BaseNestedSets]
1515
__all__ = ['BaseNestedSets', 'mptt_sessionmaker']
1616

0 commit comments

Comments
 (0)