We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a7b6a commit 4f3f38cCopy full SHA for 4f3f38c
CHANGES.txt
@@ -1,6 +1,13 @@
1
This file contains the changes to the Roundup system over time. The entries
2
are given with the most recent entry first.
3
4
+2010-07-?? 1.4.15
5
+
6
+Fixed:
7
+- A bunch of regressions were introduced in the last release making Roundup
8
+ no longer work in Python releases prior to 2.6
9
10
11
2010-07-01 1.4.14
12
13
Features:
roundup/__init__.py
@@ -68,6 +68,6 @@
68
'''
69
__docformat__ = 'restructuredtext'
70
71
-__version__ = '1.4.14'
+__version__ = '1.4.15'
72
73
# vim: set filetype=python ts=4 sw=4 et si
0 commit comments