Skip to content

Commit 6339c77

Browse files
committed
Bump the version, revise changelog and packaging
1 parent 4e74274 commit 6339c77

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
++++++++++++++++++++++++++++++++++++++++++++++
2+
python-messaging-0.4
3+
Overview of changes since python-messaging-0.3
4+
++++++++++++++++++++++++++++++++++++++++++++++
5+
6+
This is a new major stable release of python-messaging. List of changes:
7+
8+
* Py3K support
9+
* GSM 7bit decoding fixes
10+
11+
112
++++++++++++++++++++++++++++++++++++++++++++++
213
python-messaging-0.3
314
Overview of changes since python-messaging-0.2

debian/changelog

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

39
* New upstream version

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.3.0',
11+
version='0.4.0',
1212
description='SMS encoder/decoder',
1313
license='GPL',
1414
packages=find_packages(),

0 commit comments

Comments
 (0)