Skip to content

Commit 38bbcf1

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 67ddfa6 commit 38bbcf1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-
2006-??-?? 1.1.3
4+
2006-10-04 1.2.0
55
Feature:
66
- supports Python 2.5, including the sqlite3 module
77
- full timezone support (sf patch 1465296)

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
I'm proud to release version 1.1.3 of Roundup.
1+
I'm proud to release version 1.2.0 of Roundup.
22

33
Feature:
44
- supports Python 2.5, including the sqlite3 module

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.39 2006-10-04 01:12:21 richard Exp $
18+
# $Id: __init__.py,v 1.40 2006-10-04 03:52:36 richard Exp $
1919

2020
'''Roundup - issue tracking for knowledge workers.
2121
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '1.1.3'
71+
__version__ = '1.2.0'
7272

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

0 commit comments

Comments
 (0)