[Checkins] SVN: refline.srccheck/trunk/ Releasing 0.5.4

Andrey Lebedev cvs-admin at zope.org
Fri Nov 16 11:41:58 UTC 2012


Log message for revision 128307:
  Releasing 0.5.4
  
  

Changed:
  _U  refline.srccheck/trunk/
  U   refline.srccheck/trunk/CHANGES.txt
  A   refline.srccheck/trunk/MANIFEST.in
  U   refline.srccheck/trunk/setup.py

-=-

Property changes on: refline.srccheck/trunk
___________________________________________________________________
Modified: svn:ignore
   - .installed.cfg
bin
develop-eggs
parts

   + .installed.cfg
bin
develop-eggs
parts
dist


Modified: refline.srccheck/trunk/CHANGES.txt
===================================================================
--- refline.srccheck/trunk/CHANGES.txt	2012-11-16 11:33:49 UTC (rev 128306)
+++ refline.srccheck/trunk/CHANGES.txt	2012-11-16 11:41:58 UTC (rev 128307)
@@ -1,10 +1,10 @@
 CHANGES
 =======
 
-0.5.4 (unreleased)
+0.5.4 (2012-11-16)
 ------------------
 
-- Nothing changed yet.
+- Support pyflakes 0.5.0
 
 
 0.5.3 (2012-04-04)

Added: refline.srccheck/trunk/MANIFEST.in
===================================================================
--- refline.srccheck/trunk/MANIFEST.in	                        (rev 0)
+++ refline.srccheck/trunk/MANIFEST.in	2012-11-16 11:41:58 UTC (rev 128307)
@@ -0,0 +1,3 @@
+include *.txt
+include buildout.cfg
+recursive-include src *.txt *.py *.css *.js *.po
\ No newline at end of file

Modified: refline.srccheck/trunk/setup.py
===================================================================
--- refline.srccheck/trunk/setup.py	2012-11-16 11:33:49 UTC (rev 128306)
+++ refline.srccheck/trunk/setup.py	2012-11-16 11:41:58 UTC (rev 128307)
@@ -22,7 +22,7 @@
 
 setup(
     name="refline.srccheck",
-    version='0.5.4.dev0',
+    version='0.5.4',
     url="http://pypi.python.org/pypi/refline.srccheck/",
     install_requires=[
         'setuptools',



More information about the checkins mailing list