##// END OF EJS Templates
version bump
marcink -
r2910:3dfa25f3 beta
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 4 Changelog
5 5 =========
6 6
7 1.4.4 (**2012-XX-XX**)
7 1.4.5 (**2012-XX-XX**)
8 8 ----------------------
9 9
10 10 :status: in-progress
@@ -13,6 +13,15 b' 1.4.4 (**2012-XX-XX**)'
13 13 news
14 14 ++++
15 15
16 fixes
17 +++++
18
19 1.4.4 (**2012-10-08**)
20 ----------------------
21
22 news
23 ++++
24
16 25 - obfuscate db password in logs for engine connection string
17 26 - #574 Show pull request status also in shortlog (if any)
18 27 - remember selected tab in my account page
@@ -26,7 +26,7 b''
26 26 import sys
27 27 import platform
28 28
29 VERSION = (1, 4, 4, 'b')
29 VERSION = (1, 4, 5, 'b')
30 30
31 31 try:
32 32 from rhodecode.lib import get_current_revision
General Comments 0
You need to be logged in to leave comments. Login now