##// END OF EJS Templates
version bump
marcink -
r590:2cb2346d default
parent child Browse files
Show More
@@ -24,7 +24,7 b' versioning implementation: http://semver'
24 @author: marcink
24 @author: marcink
25 """
25 """
26
26
27 VERSION = (1, 0, 0, 'rc2')
27 VERSION = (1, 0, 0, 'rc3')
28
28
29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
30
30
General Comments 0
You need to be logged in to leave comments. Login now