[Python-checkins] distutils2: Post-release version bump (this time in the code too)

eric.araujo python-checkins at python.org
Sun Mar 18 02:25:20 CET 2012


http://hg.python.org/distutils2/rev/e0d1ba9899d5
changeset:   1312:e0d1ba9899d5
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Mar 17 21:24:58 2012 -0400
summary:
  Post-release version bump (this time in the code too)

files:
  distutils2/__init__.py |  2 +-
  setup.cfg              |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/distutils2/__init__.py b/distutils2/__init__.py
--- a/distutils2/__init__.py
+++ b/distutils2/__init__.py
@@ -13,5 +13,5 @@
 
 __all__ = ['__version__', 'logger']
 
-__version__ = "1.0a3"
+__version__ = "1.0a5.dev0"
 logger = getLogger('distutils2')
diff --git a/setup.cfg b/setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = Distutils2
-version = 1.0a4
+version = 1.0a5.dev0
 summary = Python Packaging Library
 description-file = README.txt
 home-page = http://wiki.python.org/moin/Distutils2

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list