[Checkins] SVN: grokcore.chameleon/trunk/ Prepare 1.0.3 release.

Sylvain Viollow cvs-admin at zope.org
Fri Oct 12 09:16:31 UTC 2012


Log message for revision 127976:
  Prepare 1.0.3 release.
  

Changed:
  U   grokcore.chameleon/trunk/CHANGES.txt
  A   grokcore.chameleon/trunk/MANIFEST.in
  U   grokcore.chameleon/trunk/setup.py

-=-
Modified: grokcore.chameleon/trunk/CHANGES.txt
===================================================================
--- grokcore.chameleon/trunk/CHANGES.txt	2012-10-11 22:42:23 UTC (rev 127975)
+++ grokcore.chameleon/trunk/CHANGES.txt	2012-10-12 09:16:27 UTC (rev 127976)
@@ -1,12 +1,11 @@
 CHANGES
 *******
 
-1.0.3 (unreleased)
+1.0.3 (2012-10-12)
 ==================
 
 - Fix broken translations when using Chameleon 2.9 or more recent.
 
-
 1.0.2 (2012-05-07)
 ==================
 

Added: grokcore.chameleon/trunk/MANIFEST.in
===================================================================
--- grokcore.chameleon/trunk/MANIFEST.in	                        (rev 0)
+++ grokcore.chameleon/trunk/MANIFEST.in	2012-10-12 09:16:27 UTC (rev 127976)
@@ -0,0 +1,2 @@
+recursive-include src *.cpt *.css *.mo *.po *.py *.txt *.zcml
+include *.txt

Modified: grokcore.chameleon/trunk/setup.py
===================================================================
--- grokcore.chameleon/trunk/setup.py	2012-10-11 22:42:23 UTC (rev 127975)
+++ grokcore.chameleon/trunk/setup.py	2012-10-12 09:16:27 UTC (rev 127976)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '1.0.3.dev0'
+version = '1.0.3'
 
 install_requires = [
     'Chameleon >= 2.9',



More information about the checkins mailing list