Skip to content

Commit 6a164ee

Browse files
committed
New release DBUtils 1.2
1 parent c3af3f2 commit 6a164ee

4 files changed

Lines changed: 44 additions & 15 deletions

File tree

RelNotes-1.2.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>DBUtils 1.2 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 1.2 Release Notes</h1>
9+
10+
<p>DBUtils 1.2 was released on 02/05/17.</p>
11+
12+
<p>This is the ninth public release of DBUtils.</p>
13+
14+
<p>It is intended to be used with Python versions 2.6 and newer.</p>
15+
16+
<h2>Improvements:</h2>
17+
<ul>
18+
<li>Python 3 is now supported.</li>
19+
</ul>
20+
21+
<div class="footer">
22+
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
23+
</div>
24+
</body>
25+
</html>

UsersGuide.de.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ <h1 class="title">Benutzeranleitung für DBUtils</h1>
1212

1313
<dl class="docinfo simple">
1414
<dt class="version">Version</dt>
15-
<dd class="version">1.1.1</dd>
15+
<dd class="version">1.2</dd>
1616
<dt class="released">Released</dt>
17-
<dd class="released"><p>02/04/17</p>
17+
<dd class="released"><p>02/05/17</p>
1818
</dd>
1919
<dt class="translations">Translations</dt>
2020
<dd class="translations"><p><a class="reference external" href="UsersGuide.html">English</a> | German</p>
@@ -159,11 +159,10 @@ <h2>Installation als Unterpaket (Plug-In) von Webware for Python</h2>
159159
</div>
160160
<div class="section" id="anforderungen">
161161
<h1>Anforderungen</h1>
162-
<p>DBUtils arbeitet mit <a class="reference external" href="https://www.python.org">Python</a> 2.3 oder einer neueren Version von Python 2.
163-
Die Module in der Variante für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a>
164-
Version 3.4 oder höher, während die Module in der allgemeinen Variante
165-
für DB-API 2 mit jedem beliebigen Python-Datenbankadapter-Modul
166-
zusammenarbeiten, das auf <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p>
162+
<p>DBUtils benötigt mindestens <a class="reference external" href="https://www.python.org">Python</a> Version 2.6. Die Module in der Variante
163+
für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> Version 3.4 oder höher, während
164+
die Module in der allgemeinen Variante für DB-API 2 mit jedem beliebigen
165+
Python-Datenbankadapter-Modul zusammenarbeiten, das auf <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p>
167166
</div>
168167
<div class="section" id="funktionalitat">
169168
<h1>Funktionalität</h1>

UsersGuide.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ <h1 class="title">DBUtils User's Guide</h1>
1212

1313
<dl class="docinfo simple">
1414
<dt class="version">Version</dt>
15-
<dd class="version">1.1.1</dd>
15+
<dd class="version">1.2</dd>
1616
<dt class="released">Released</dt>
17-
<dd class="released"><p>02/04/17</p>
17+
<dd class="released"><p>02/05/17</p>
1818
</dd>
1919
<dt class="translations">Translations</dt>
2020
<dd class="translations"><p>English | <a class="reference external" href="UsersGuide.de.html">German</a></p>
@@ -158,10 +158,10 @@ <h2>Installation as a Webware for Python subpackage (plug-in)</h2>
158158
</div>
159159
<div class="section" id="requirements">
160160
<h1>Requirements</h1>
161-
<p>DBUtils runs with <a class="reference external" href="https://www.python.org">Python</a> 2.3 or newer Python 2 versions. The modules in
162-
the classic PyGreSQL variant need <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> version 3.4 or above, while the
163-
modules in the universal DB-API 2 variant run with any Python <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a>
164-
compliant database interface module.</p>
161+
<p>DBUtils requires at least <a class="reference external" href="https://www.python.org">Python</a> version 2.6. The modules in the classic
162+
PyGreSQL variant need <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> version 3.4 or above, while the modules
163+
in the universal DB-API 2 variant run with any Python <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> compliant
164+
database interface module.</p>
165165
</div>
166166
<div class="section" id="functionality">
167167
<h1>Functionality</h1>

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ <h4>Release Notes:</h4>
4646
<a href="RelNotes-1.1.html">1.1</a> |
4747
<a href="RelNotes-1.1.1.html">1.1.1</a>
4848
</div>
49+
<div>
50+
<a href="RelNotes-1.2.html">1.2</a>
51+
</div>
4952
</small>
5053
</div>
5154
</section></div>
@@ -54,11 +57,13 @@ <h4>Release Notes:</h4>
5457
<header><h2>Downloads</h2></header>
5558
<div>
5659
<h5>Current/Recommended Version:</h5>
57-
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.1.1">Download <small>DBUtils 1.1.1</small></a>
60+
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.2">Download <small>DBUtils 1.2</small></a>
61+
<p><small>(this version supports Python 2.6, 2.7 and 3.x)</small></p>
5862
</div>
5963
<div>
6064
<h5>Older Versions:</h5>
61-
<a class="small-button button" href="https://pypi.python.org/pypi/DBUtils/1.0">Download <small>DBUtils&nbsp;1.0</small></a>
65+
<a class="small-button button" href="https://pypi.python.org/pypi/DBUtils/1.1.1">Download <small>DBUtils&nbsp;1.1.1</small></a>
66+
<p><small>(this version supports Python 2.3 to 2.7)</small></p>
6267
</div>
6368
</section></div>
6469

0 commit comments

Comments
 (0)