Skip to content

Commit

Permalink
Hello 0.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Nov 18, 2014
1 parent cdeda94 commit e998143
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.1.0 (2014-11-18)
==================

Bug Fixes
---------

- Fix concurrency issue with multiple session (#36)
- Flushing the session now expire the instance and it's children (#33)

0.0.9 (2014-10-09)
==================

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Contributors
------------
- Dmitry Svintsov, 2014/04/16
- Jonathan Stoppani, 2014/08/11
- Fayaz Yusuf Khan, 2014/10/10
2 changes: 1 addition & 1 deletion sqlalchemy_mptt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .mixins import BaseNestedSets
from .events import TreesManager

__version__ = "0.0.9"
__version__ = "0.1.0"
__mixins__ = [BaseNestedSets]
__all__ = ['BaseNestedSets', 'mptt_sessionmaker']

Expand Down

0 comments on commit e998143

Please sign in to comment.