Skip to content

Commit 2141398

Browse files
committed
Updated version date.
1 parent 08e71ca commit 2141398

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

DBUtils/Docs/UsersGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="title">DBUtils User's Guide</h1>
1616
<tbody valign="top">
1717
<tr><th class="docinfo-name">Version:</th>
1818
<td>0.9.3</td></tr>
19-
<tr class="field"><th class="docinfo-name">Released:</th><td class="field-body">05/18/07</td>
19+
<tr class="field"><th class="docinfo-name">Released:</th><td class="field-body">05/21/07</td>
2020
</tr>
2121
<tr class="field"><th class="docinfo-name">Translations:</th><td class="field-body">English <a class="reference" href="UsersGuide.zh.html">Chinese</a></td>
2222
</tr>

DBUtils/Docs/UsersGuide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DBUtils User's Guide
22
++++++++++++++++++++
33

44
:Version: 0.9.3
5-
:Released: 05/18/07
5+
:Released: 05/21/07
66
:Translations: English Chinese_
77

88
.. _Chinese: UsersGuide.zh.html

DBUtils/Docs/UsersGuide.zh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="title">DBUtils 用户指南</h1>
1616
<tbody valign="top">
1717
<tr><th class="docinfo-name">版本:</th>
1818
<td>0.9.3</td></tr>
19-
<tr class="field"><th class="docinfo-name">发行版:</th><td class="field-body">05/18/07</td>
19+
<tr class="field"><th class="docinfo-name">发行版:</th><td class="field-body">05/21/07</td>
2020
</tr>
2121
<tr class="field"><th class="docinfo-name">翻译:</th><td class="field-body"><a class="reference" href="UsersGuide.html">English</a> Chinese</td>
2222
</tr>

DBUtils/Docs/UsersGuide.zh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DBUtils 用户指南
33
====================
44

55
:版本: 0.9.3
6-
:发行版: 05/18/07
6+
:发行版: 05/21/07
77
:翻译: English_ Chinese
88

99
.. _English: UsersGuide.html

setversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
version = ('X', 'Y', 0)
1717
version = (0, 9, 3)
1818
releaseDate = '@@/@@/@@'
19-
releaseDate = '05/18/07'
19+
releaseDate = '05/21/07'
2020

2121
# Verbose output (output unchanged files also):
2222
verbose = 0

0 commit comments

Comments
 (0)