Skip to content

Commit

Permalink
updated setup and history
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim committed Sep 1, 2015
1 parent e339fb1 commit b95aef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ v0.3.2
======
* Fixed bug when rsm tried to close already closed connection
* Fixed bug when rsm tried to apply migration twice

v0.3.3
======
* Fixed issue when rsm cli required providing package for migrate command
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '0.3.2'
__version__ = '0.3.3'

requirements = []

Expand Down

0 comments on commit b95aef0

Please sign in to comment.