##// END OF EJS Templates
version bump
marcink -
r2881:6b79e96f beta
parent child Browse files
Show More
@@ -4,8 +4,7 b''
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7
7 1.4.4 (**2012-XX-XX**)
8 1.4.3 (**2012-09-28**)
9 ----------------------
8 ----------------------
10
9
11 :status: in-progress
10 :status: in-progress
@@ -14,6 +13,15 b' 1.4.3 (**2012-09-28**)'
14 news
13 news
15 ++++
14 ++++
16
15
16 fixes
17 +++++
18
19 1.4.3 (**2012-09-28**)
20 ----------------------
21
22 news
23 ++++
24
17 - #558 Added config file to hooks extra data
25 - #558 Added config file to hooks extra data
18 - bumped mercurial version to 2.3.1
26 - bumped mercurial version to 2.3.1
19 - #518 added possibility of specifying multiple patterns for issues
27 - #518 added possibility of specifying multiple patterns for issues
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 4, 3, 'b')
29 VERSION = (1, 4, 4, 'b')
30
30
31 try:
31 try:
32 from rhodecode.lib import get_current_revision
32 from rhodecode.lib import get_current_revision
General Comments 0
You need to be logged in to leave comments. Login now