Skip to content

Commit 62483b7

Browse files
author
Richard Jones
committed
sigh
1 parent f6fc964 commit 62483b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/announcement.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
I'm proud to release version 1.4.5 of Roundup.
1+
I'm proud to release version 1.4.5.1 of Roundup.
22

3-
1.4.5 has one new feature:
3+
1.4.5.1 has one new feature:
44

55
- Add use of username/password stored in ~/.netrc in mailgw (sf patch
66
#1912105)

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.52 2008-08-19 01:25:16 richard Exp $
18+
# $Id: __init__.py,v 1.53 2008-08-19 01:52:58 richard Exp $
1919

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

71-
__version__ = '1.4.5'
71+
__version__ = '1.4.5.1'
7272

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.103 2008-08-19 01:25:16 richard Exp $
19+
# $Id: setup.py,v 1.104 2008-08-19 01:52:58 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -352,7 +352,7 @@ def main():
352352
'''In this release
353353
===============
354354
355-
1.4.5 has one new feature:
355+
1.4.5.1 has one new feature:
356356
357357
- Add use of username/password stored in ~/.netrc in mailgw (sf patch
358358
#1912105)

0 commit comments

Comments
 (0)