Skip to content

Commit 4f3f38c

Browse files
author
Richard Jones
committed
notes
1 parent 01a7b6a commit 4f3f38c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

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+
411
2010-07-01 1.4.14
512

613
Features:

roundup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '1.4.14'
71+
__version__ = '1.4.15'
7272

7373
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)