Skip to content

Commit a4dfea6

Browse files
committed
Bump the version, revise changelog and packaging
1 parent 1d3f84f commit a4dfea6

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
++++++++++++++++++++++++++++++++++++++++++++++
2+
python-messaging-0.5
3+
Overview of changes since python-messaging-0.4
4+
++++++++++++++++++++++++++++++++++++++++++++++
5+
6+
This is a new major stable release of python-messaging. List of changes:
7+
8+
* Py3K fixes
9+
* GSM 7bit encoding fixes
10+
* Additional testing
11+
12+
113
++++++++++++++++++++++++++++++++++++++++++++++
214
python-messaging-0.4
315
Overview of changes since python-messaging-0.3

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-messaging (0.5-1) lucid; urgency=low
2+
3+
* New upstream version
4+
5+
-- Andrew Bird <[email protected]> Fri, 18 Jun 2010 14:36:15 +0100
6+
17
python-messaging (0.4-2) lucid; urgency=low
28

39
* Packaging tweak

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
extra['use_2to3'] = True
99

1010
setup(name="python-messaging",
11-
version='0.4.0',
11+
version='0.5.0',
1212
description='SMS encoder/decoder',
1313
license='GPL',
1414
packages=find_packages(),

0 commit comments

Comments
 (0)