Skip to content

Commit

Permalink
Set version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Mar 7, 2014
1 parent d3289ef commit cb36d78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ngeo_browse_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@

import re

VERSION = (2, 0, None, 'dev', 0)
#VERSION = (2, 0, None, 'alpha', 1)
#VERSION = (2, 0, None, 'beta', 1)
#VERSION = (2, 0, None, 'rc', 1)
#VERSION = (2, 0, 0, 'final', 0)
VERSION = (2, 0, 0, 'final', 0)

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit cb36d78

Please sign in to comment.