Skip to content

Commit 1ad521b

Browse files
committed
Preparing for 1.0 final release.
1 parent e54b625 commit 1ad521b

28 files changed

Lines changed: 340 additions & 338 deletions

DBUtils/Docs/RelNotes-1.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<h1 class="header">DBUtils 1.0 Release Notes</h1>
99

10-
<p>DBUtils 1.0 was released on ???.</p>
10+
<p>DBUtils 1.0 was released on November 29, 2008.</p>
1111

1212
<p>This is the sixth public release of DBUtils.</p>
1313

DBUtils/Docs/UsersGuide.de.html

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

DBUtils/Docs/UsersGuide.de.txt

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

4-
:Version: 1.0pre
5-
:Released: 10/12/08
4+
:Version: 1.0
5+
:Released: 11/29/08
66
:Translations: English_ German Chinese_
77

88
.. _English: UsersGuide.html
@@ -549,7 +549,7 @@ Autoren
549549
Copyright und Lizenz
550550
====================
551551

552-
Copyright © 2005-2007 Christoph Zwerschke.
552+
Copyright © 2005-2008 Christoph Zwerschke.
553553
Alle Rechte vorbehalten.
554554

555555
DBUtils ist freie und quelloffene Software,

DBUtils/Docs/UsersGuide.html

Lines changed: 107 additions & 107 deletions
Large diffs are not rendered by default.

DBUtils/Docs/UsersGuide.txt

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

4-
:Version: 1.0pre
5-
:Released: 10/12/08
4+
:Version: 1.0
5+
:Released: 11/29/08
66
:Translations: English German_ Chinese_
77

88
.. _German: UsersGuide.de.html
@@ -510,7 +510,7 @@ Credits
510510
Copyright and License
511511
=====================
512512

513-
Copyright © 2005-2007 by Christoph Zwerschke.
513+
Copyright © 2005-2008 by Christoph Zwerschke.
514514
All Rights Reserved.
515515

516516
DBUtils is free and open source software,

DBUtils/Docs/UsersGuide.zh.html

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.

DBUtils/PersistentDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
103103
"""
104104

105-
__version__ = '1.0rc1'
105+
__version__ = '1.0'
106106
__revision__ = "$Rev$"
107107
__date__ = "$Date$"
108108

DBUtils/PersistentPg.py

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

100-
__version__ = '1.0rc1'
100+
__version__ = '1.0'
101101
__revision__ = "$Rev$"
102102
__date__ = "$Date$"
103103

DBUtils/PooledDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
122122
"""
123123

124-
__version__ = '1.0rc1'
124+
__version__ = '1.0'
125125
__revision__ = "$Rev$"
126126
__date__ = "$Date$"
127127

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__ = '1.0rc1'
101+
__version__ = '1.0'
102102
__revision__ = "$Rev$"
103103
__date__ = "$Date$"
104104

0 commit comments

Comments
 (0)