Skip to content

Commit 9866039

Browse files
committed
set versions for release candidate
1 parent a80cd52 commit 9866039

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jupyterhub>=0.5

version.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
version_info = (
55
0,
6+
8,
67
0,
7-
1,
8-
'dev', # comment-out this line for a release
8+
'rc0', # comment-out this line for a release
99
)
10-
__version__ = '.'.join(map(str, version_info[:3]))
10+
__version__ = '.'.join(map(str, version_info))
1111

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

0 commit comments

Comments
 (0)