1 new changeset in py:

http://bitbucket.org/hpk42/py/changeset/07ca410dedff/
changeset:   07ca410dedff
user:        hpk42
date:        2011-08-20 17:29:21
summary:     bump to final 1.4.5
affected #:  3 files (15 bytes)

--- a/CHANGELOG Tue Jul 12 19:48:31 2011 +0200
+++ b/CHANGELOG Sat Aug 20 17:29:21 2011 +0200
@@ -1,4 +1,4 @@
-Changes between 1.4.4 and 1.4.5.dev1
+Changes between 1.4.4 and 1.4.5
 ==================================================
 
 - improve some unicode handling in terminalwriter and capturing


--- a/py/__init__.py    Tue Jul 12 19:48:31 2011 +0200
+++ b/py/__init__.py    Sat Aug 20 17:29:21 2011 +0200
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.5.dev1'
+__version__ = '1.4.5'
 
 from py import _apipkg
 


--- a/setup.py  Tue Jul 12 19:48:31 2011 +0200
+++ b/setup.py  Sat Aug 20 17:29:21 2011 +0200
@@ -12,7 +12,7 @@
         name='py',
         description='library with cross-python path, ini-parsing, io, code, 
log facilities',
         long_description = open('README.txt').read(),
-        version='1.4.5.dev1',
+        version='1.4.5',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

Repository URL: https://bitbucket.org/hpk42/py/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to