1 new changeset in py:

http://bitbucket.org/hpk42/py/changeset/339575e9e20f/
changeset:   339575e9e20f
user:        hpk42
date:        2011-07-08 13:22:14
summary:     finalize 1.4.4
affected #:  2 files (10 bytes)

--- a/py/__init__.py    Fri Jul 08 12:11:47 2011 +0200
+++ b/py/__init__.py    Fri Jul 08 13:22:14 2011 +0200
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.4.dev4'
+__version__ = '1.4.4'
 
 from py import _apipkg
 


--- a/setup.py  Fri Jul 08 12:11:47 2011 +0200
+++ b/setup.py  Fri Jul 08 13:22:14 2011 +0200
@@ -9,7 +9,7 @@
         name='py',
         description='library with cross-python path, ini-parsing, io, code, 
log facilities',
         long_description = open('README.txt').read(),
-        version='1.4.4.dev4',
+        version='1.4.4',
         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