Skip to content

Commit

Permalink
Merge pull request #71 from viiru-/update_version
Browse files Browse the repository at this point in the history
Upgrading version to 1.11.0
  • Loading branch information
viiru- committed Apr 3, 2017
2 parents 033c4bc + a83e24e commit cd82174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytrainer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Based in Django's approach -> http://code.djangoproject.com/svn/django/trunk/django/__init__.py
VERSION = (1, 10, 1, 'dev')
# Based on Django's approach -> http://code.djangoproject.com/svn/django/trunk/django/__init__.py
VERSION = (1, 11, 0, 'dev')
#VERSION = (1, 11, 0, 'final')

def get_version(version=None):
Expand Down

0 comments on commit cd82174

Please sign in to comment.