[Checkins] SVN: z3ext.formatter/tags/1.2.1/ egg 1.2.1

Nikolay Kim fafhrd at datacom.kz
Fri May 16 05:00:05 EDT 2008


Log message for revision 86788:
  egg 1.2.1

Changed:
  A   z3ext.formatter/tags/1.2.1/
  D   z3ext.formatter/tags/1.2.1/CHANGES.txt
  A   z3ext.formatter/tags/1.2.1/CHANGES.txt
  U   z3ext.formatter/tags/1.2.1/setup.py

-=-
Copied: z3ext.formatter/tags/1.2.1 (from rev 86778, z3ext.formatter/trunk)

Deleted: z3ext.formatter/tags/1.2.1/CHANGES.txt
===================================================================
--- z3ext.formatter/trunk/CHANGES.txt	2008-05-16 00:42:59 UTC (rev 86778)
+++ z3ext.formatter/tags/1.2.1/CHANGES.txt	2008-05-16 09:00:05 UTC (rev 86788)
@@ -1,36 +0,0 @@
-=======
-CHANGES
-=======
-
-1.2.0 (2008-03-25)
-------------------
-
-- Use z3c.autoinclude
-
-- Code moved to svn.zope.org
-
-
-1.1.2 (2008-03-06)
-------------------
-
-- Fixed bug in fancyDatetime formatter
-
-
-1.1.1 (2008-02-05)
-------------------
-
-- Added 'Timezones' vocabulary
-
-- Cleanup code
-
-
-1.1.0 (2007-12-21)
-------------------
-
-- Added controlpanel configlet
-
-
-1.0.0 (2007-12-07)
-------------------
-
-- Initial release.

Copied: z3ext.formatter/tags/1.2.1/CHANGES.txt (from rev 86786, z3ext.formatter/trunk/CHANGES.txt)
===================================================================
--- z3ext.formatter/tags/1.2.1/CHANGES.txt	                        (rev 0)
+++ z3ext.formatter/tags/1.2.1/CHANGES.txt	2008-05-16 09:00:05 UTC (rev 86788)
@@ -0,0 +1,42 @@
+=======
+CHANGES
+=======
+
+1.2.1 (2008-05-16)
+------------------
+
+- Replace 'autoinclude' with 'includeDependendcies'
+
+
+1.2.0 (2008-03-25)
+------------------
+
+- Use z3c.autoinclude
+
+- Code moved to svn.zope.org
+
+
+1.1.2 (2008-03-06)
+------------------
+
+- Fixed bug in fancyDatetime formatter
+
+
+1.1.1 (2008-02-05)
+------------------
+
+- Added 'Timezones' vocabulary
+
+- Cleanup code
+
+
+1.1.0 (2007-12-21)
+------------------
+
+- Added controlpanel configlet
+
+
+1.0.0 (2007-12-07)
+------------------
+
+- Initial release.

Modified: z3ext.formatter/tags/1.2.1/setup.py
===================================================================
--- z3ext.formatter/trunk/setup.py	2008-05-16 00:42:59 UTC (rev 86778)
+++ z3ext.formatter/tags/1.2.1/setup.py	2008-05-16 09:00:05 UTC (rev 86788)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.1dev'
+version = '1.2.1'
 
 
 setup(name='z3ext.formatter',



More information about the Checkins mailing list