Skip to content

Commit

Permalink
Bumping version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Jan 18, 2016
1 parent 4e41159 commit e2a5f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagespace/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CustomAppRoot(object):
'staticRoot': 'static',
'title': 'ImageSpace',
'versionInfo': {
'niceName': 'SUG v2.5',
'niceName': 'SUG v3.0',
'sha': subprocess.check_output(
['git', 'rev-parse', '--short', 'HEAD'],
cwd=os.path.dirname(os.path.realpath(__file__))
Expand Down

2 comments on commit e2a5f30

@wmburke
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeffbaumes Correct me if this has changed, but I believe 3.0 was supposed to be reserved for prior to entering pilot and after the SUG. v2.5 was for entering the SUG.

If this has changed, please let me know what the new plan is.

@jeffbaumes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a big deal to me - I kinda feel version numbers are internal anyway - but 3.0 now and 3.1 at pilot makes a bit more sense to me since I see big changes in this release and mostly fixes in 3.1.

Please sign in to comment.