1 new changeset in py:

http://bitbucket.org/hpk42/py/changeset/a7beea9c0e38/
changeset:   r2009:a7beea9c0e38
user:        hpk42
date:        2011-03-06 18:28:00
summary:     finalize small py lib release
affected #:  3 files (11 bytes)

--- a/README.txt        Thu Mar 03 12:11:24 2011 +0100
+++ b/README.txt        Sun Mar 06 18:28:00 2011 +0100
@@ -16,5 +16,5 @@
 
 Mailing lists and more contact points: http://pylib.org/contact.html
 
-(c) Holger Krekel and others, 2004-2010
+(c) Holger Krekel and others, 2004-2011
 


--- a/py/__init__.py    Thu Mar 03 12:11:24 2011 +0100
+++ b/py/__init__.py    Sun Mar 06 18:28:00 2011 +0100
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.2.dev0'
+__version__ = '1.4.2'
 
 from py import _apipkg
 


--- a/setup.py  Thu Mar 03 12:11:24 2011 +0100
+++ b/setup.py  Sun Mar 06 18:28:00 2011 +0100
@@ -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.2.dev0',
+        version='1.4.2',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -37,4 +37,4 @@
     )
 
 if __name__ == '__main__':
-    main()
+    main()
\ No newline at end of file

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