Skip to content

Commit 2a81fc4

Browse files
committed
Prepare version numbers for next release
1 parent f9faa47 commit 2a81fc4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

python/HISTORY

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
=====================
3+
What's new in 3.3a1
4+
=====================
5+
6+
Merge up to upstream Subversion revision 190.
7+
28
=====================
39
What's new in 3.2a1
410
=====================

python/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ coverage_generate:
2323
coverage_report:
2424
coverage -m -r $(COVERAGE_FILES)
2525

26-
VERSION=3.2a1
26+
VERSION=3.4a1
2727
TARBALL=dist/phonenumbers-$(VERSION).tar.gz
2828
# Build setuptools packaged tarball $(TARBALL)
2929
sdist:

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
raise RuntimeError("Python 2.4 or newer is required")
3131

3232
distutils.core.setup(name='phonenumbers',
33-
version='3.2a1',
33+
version='3.4a1',
3434
description="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.",
3535
author='David Drysdale',
3636
author_email='dmd@lurklurk.org',

0 commit comments

Comments
 (0)