Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Orlovs committed Jan 20, 2018
1 parent 8fdef03 commit 6d0833b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ deploy:
password:
secure: "GHQ6y8EilsMhLt41/lJUL2BYT7uKQFEAlKUFtyRPJasVKKYEJ3DLw34GPg0lyArBCcsuO0wXk1swulXbYn5lcD6dVhBveod01NIhvIVahkIcjvI9A26r4vIh7zJsKhG4+aJvMGSW8kAmLkIofhaFXgaKJD8WtqKD9NPApKteNFbctyWCxklPpyZ4XhQ42q0UyfyP54aSDM1tQtJMWVIzwvHCOiyFbPBRBkCoZsE6c4hND0pFllmGodvt9TFeBg/1R2du3L/wfaLvRc62SE5FfDPyOkvhZtCL32hDWkmGDeFG/JzvbGnJ8RKSijy+6kG88653gVJ85XiU3OFyYrto1XMQTNIhiOZeIZvHVYRpNDVW9erpWrcXG5KuSkQlR467w6J+OAMCiKG+LyT7rTsg7Y1Xz5lqxURd14ZTes8xDcH1sv8UMncblrpmEurkkVKvyb2Cqn3iH2XzXeLiKjJw1vnxPVuOd+5Ib37/X3ezyFN3YkuwD9NgKYHMrv4TnSuzMl+4L0RSDzdC03NFwTdtocvO2nfbkFTbz4EP5lmcJv6/2MhoX3QMgBBnUIGBa9EKD8oPmkwgJbzingZgfegtuQUk8PL8JjGGSyfAsMA9OZPffkUe7nahgphCwoV2q4ZYqkFoQ9KuhULVUlKxNDSCdU/hvFugJevaMp3Brlxm2uY="
on:
branch: production
branch: production
tags: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description='Finite state machine field for sqlalchemy',
author='Peter & Ilja',
author_email='ilja@wise.fish',
version='0.0.4',
version='1.0.0',
url='https://github.com/dagoof/sqlalchemy-fsm',
install_requires=['SQLAlchemy>=1.0.0'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 6d0833b

Please sign in to comment.