Show More
@@ -3,6 +3,17 b'' | |||||
3 | Changelog |
|
3 | Changelog | |
4 | ========= |
|
4 | ========= | |
5 |
|
5 | |||
|
6 | 1.1.7 (**2011-03-23**) | |||
|
7 | ====================== | |||
|
8 | ||||
|
9 | news | |||
|
10 | ---- | |||
|
11 | ||||
|
12 | fixes | |||
|
13 | ----- | |||
|
14 | ||||
|
15 | - fixed (again) #136 installation support for FreeBSD | |||
|
16 | ||||
6 |
|
17 | |||
7 | 1.1.6 (**2011-03-21**) |
|
18 | 1.1.6 (**2011-03-21**) | |
8 | ====================== |
|
19 | ====================== |
@@ -27,7 +27,7 b'' | |||||
27 | # MA 02110-1301, USA. |
|
27 | # MA 02110-1301, USA. | |
28 | import platform |
|
28 | import platform | |
29 |
|
29 | |||
30 |
VERSION = (1, 1, |
|
30 | VERSION = (1, 1, 7) | |
31 | __version__ = '.'.join((str(each) for each in VERSION[:4])) |
|
31 | __version__ = '.'.join((str(each) for each in VERSION[:4])) | |
32 | __dbversion__ = 2 #defines current db version for migrations |
|
32 | __dbversion__ = 2 #defines current db version for migrations | |
33 | __platform__ = platform.system() |
|
33 | __platform__ = platform.system() |
General Comments 0
You need to be logged in to leave comments.
Login now