Skip to content

Commit

Permalink
set versions for release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmilligan committed Apr 2, 2018
1 parent a80cd52 commit 9866039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyterhub>=0.5
8 changes: 3 additions & 5 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

version_info = (
0,
8,
0,
1,
'dev', # comment-out this line for a release
'rc0', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info[:3]))
__version__ = '.'.join(map(str, version_info))

if len(version_info) > 3:
__version__ = '%s-%s' % (__version__, version_info[3])

0 comments on commit 9866039

Please sign in to comment.