Skip to content

Commit cf3c96a

Browse files
committed
Updated the version number since some new parameters have been added.
1 parent 678ea14 commit cf3c96a

23 files changed

Lines changed: 27 additions & 27 deletions

DBUtils/Docs/UsersGuide.de.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Benutzeranleitung für DBUtils
22
+++++++++++++++++++++++++++++
33

4-
:Version: 0.9.4
5-
:Released: 07/07/07
4+
:Version: 1.0pre
5+
:Released: 09/25/08
66
:Translations: English_ German Chinese_
77

88
.. _English: UsersGuide.html

DBUtils/Docs/UsersGuide.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
DBUtils User's Guide
22
++++++++++++++++++++
33

4-
:Version: 0.9.4
5-
:Released: 07/07/07
4+
:Version: 1.0pre
5+
:Released: 09/25/08
66
:Translations: English German_ Chinese_
77

88
.. _German: UsersGuide.de.html

DBUtils/Docs/UsersGuide.zh.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
DBUtils 用户指南
33
====================
44

5-
:版本: 0.9.4
6-
:发行版: 07/07/07
5+
:版本: 1.0pre
6+
:发行版: 09/25/08
77
:翻译: English_ German_ Chinese
88

99
.. _English: UsersGuide.html

DBUtils/PersistentDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
9090
"""
9191

92-
__version__ = '0.9.4'
92+
__version__ = '1.0pre'
9393
__revision__ = "$Rev$"
9494
__date__ = "$Date$"
9595

DBUtils/PersistentPg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
8989
"""
9090

91-
__version__ = '0.9.4'
91+
__version__ = '1.0pre'
9292
__revision__ = "$Rev$"
9393
__date__ = "$Date$"
9494

DBUtils/PooledDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
115115
"""
116116

117-
__version__ = '0.9.4'
117+
__version__ = '1.0pre'
118118
__revision__ = "$Rev$"
119119
__date__ = "$Date$"
120120

DBUtils/PooledPg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
9999
"""
100100

101-
__version__ = '0.9.4'
101+
__version__ = '1.0pre'
102102
__revision__ = "$Rev$"
103103
__date__ = "$Date$"
104104

DBUtils/Properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = 'DBUtils'
22

3-
version = (0, 9, 4)
3+
version = (1, 0, 0, 'pre')
44

55
docs = [
66
{'name': "User's Guide", 'file': 'UsersGuide.html'},

DBUtils/SimplePooledDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
7474
"""
7575

76-
__version__ = '0.9.4'
76+
__version__ = '1.0pre'
7777
__revision__ = "$Rev$"
7878
__date__ = "$Date$"
7979

DBUtils/SimplePooledPg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
6969
"""
7070

71-
__version__ = '0.9.4'
71+
__version__ = '1.0pre'
7272
__revision__ = "$Rev$"
7373
__date__ = "$Date$"
7474

0 commit comments

Comments
 (0)