[Checkins] SVN: z3c.bcrypt/trunk/ Preparing release 1.0

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Feb 18 08:19:02 EST 2010


Log message for revision 109126:
  Preparing release 1.0

Changed:
  U   z3c.bcrypt/trunk/CHANGES.txt
  U   z3c.bcrypt/trunk/setup.py

-=-
Modified: z3c.bcrypt/trunk/CHANGES.txt
===================================================================
--- z3c.bcrypt/trunk/CHANGES.txt	2010-02-18 13:18:48 UTC (rev 109125)
+++ z3c.bcrypt/trunk/CHANGES.txt	2010-02-18 13:19:01 UTC (rev 109126)
@@ -1,7 +1,7 @@
 Changelog of z3c.bcrypt
 =======================
 
-1.0 (unreleased)
+1.0 (2010-02-18)
 ----------------
 
 - Initial public release.

Modified: z3c.bcrypt/trunk/setup.py
===================================================================
--- z3c.bcrypt/trunk/setup.py	2010-02-18 13:18:48 UTC (rev 109125)
+++ z3c.bcrypt/trunk/setup.py	2010-02-18 13:19:01 UTC (rev 109126)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = '1.0dev'
+version = '1.0'
 
 readme = open('README.txt').read()
 changes = open('CHANGES.txt').read()



More information about the checkins mailing list