Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	sqlalchemy_fsm/__init__.py
  • Loading branch information
Ilja Orlovs committed Jan 31, 2018
2 parents 0833ba4 + 966eb3d commit accddeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.7
current_version = 2.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@ def get_readme():
'Topic :: Database',
],
keywords='sqlalchemy finite state machine fsm',
version='1.1.7',
version='2.0.0',
url='https://github.com/VRGhost/sqlalchemy-fsm',
install_requires=[
'SQLAlchemy>=1.0.0',
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_fsm/__init__.py
Expand Up @@ -7,4 +7,4 @@

from .transition import transition

__version__ = '1.1.7'
__version__ = '2.0.0'

0 comments on commit accddeb

Please sign in to comment.