##// END OF EJS Templates
Version bump....
marcink -
r585:42a87338 default
parent child Browse files
Show More
@@ -0,0 +1,11 b''
1 .. _changelog:
2
3 Changelog
4 =========
5
6
7 1.0.0rc2 (**tip**)
8
9 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
10 occure. After vcs is fixed it'll be put back again.
11 - templating/css rewrites, optimized css.
@@ -98,6 +98,7 b' Documentation'
98 98
99 99 installation
100 100 setup
101 changelog
101 102
102 103 Other topics
103 104 ------------
@@ -24,7 +24,7 b' versioning implementation: http://semver'
24 24 @author: marcink
25 25 """
26 26
27 VERSION = (1, 0, 0, 'rc1')
27 VERSION = (1, 0, 0, 'rc2')
28 28
29 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