[Zodb-checkins] SVN: ZODB/branches/3.7/ 3.7.1

Andreas Jung andreas at andreas-jung.com
Tue Jul 3 10:02:40 EDT 2007


Log message for revision 77347:
  3.7.1
  

Changed:
  U   ZODB/branches/3.7/doc/guide/zodb.tex
  U   ZODB/branches/3.7/setup.py
  U   ZODB/branches/3.7/src/ZEO/__init__.py
  U   ZODB/branches/3.7/src/ZEO/version.txt
  U   ZODB/branches/3.7/src/ZODB/__init__.py

-=-
Modified: ZODB/branches/3.7/doc/guide/zodb.tex
===================================================================
--- ZODB/branches/3.7/doc/guide/zodb.tex	2007-07-03 13:47:17 UTC (rev 77346)
+++ ZODB/branches/3.7/doc/guide/zodb.tex	2007-07-03 14:02:40 UTC (rev 77347)
@@ -1,7 +1,7 @@
 \documentclass{howto}
 
 \title{ZODB/ZEO Programming Guide}
-\release{3.7.0b3}
+\release{3.7.1}
 \date{\today}
 
 \author{A.M.\ Kuchling}

Modified: ZODB/branches/3.7/setup.py
===================================================================
--- ZODB/branches/3.7/setup.py	2007-07-03 13:47:17 UTC (rev 77346)
+++ ZODB/branches/3.7/setup.py	2007-07-03 14:02:40 UTC (rev 77347)
@@ -20,7 +20,7 @@
 interface, rich transaction support, and undo.
 """
 
-VERSION = "3.7.0"
+VERSION = "3.7.1"
 
 # The (non-obvious!) choices for the Trove Development Status line:
 # Development Status :: 5 - Production/Stable

Modified: ZODB/branches/3.7/src/ZEO/__init__.py
===================================================================
--- ZODB/branches/3.7/src/ZEO/__init__.py	2007-07-03 13:47:17 UTC (rev 77346)
+++ ZODB/branches/3.7/src/ZEO/__init__.py	2007-07-03 14:02:40 UTC (rev 77347)
@@ -22,4 +22,4 @@
 """
 
 # The next line must use double quotes, so release.py recognizes it.
-version = "3.7.0b3"
+version = "3.7.1"

Modified: ZODB/branches/3.7/src/ZEO/version.txt
===================================================================
--- ZODB/branches/3.7/src/ZEO/version.txt	2007-07-03 13:47:17 UTC (rev 77346)
+++ ZODB/branches/3.7/src/ZEO/version.txt	2007-07-03 14:02:40 UTC (rev 77347)
@@ -1 +1 @@
-3.7.0b3
+3.7.1

Modified: ZODB/branches/3.7/src/ZODB/__init__.py
===================================================================
--- ZODB/branches/3.7/src/ZODB/__init__.py	2007-07-03 13:47:17 UTC (rev 77346)
+++ ZODB/branches/3.7/src/ZODB/__init__.py	2007-07-03 14:02:40 UTC (rev 77347)
@@ -13,7 +13,7 @@
 ##############################################################################
 
 # The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.7.0b3"
+__version__ = "3.7.1"
 
 import sys
 



More information about the Zodb-checkins mailing list