Skip to content

Commit 35a0dcb

Browse files
committed
New release DBUtils 1.1.1
1 parent 6d51d66 commit 35a0dcb

4 files changed

Lines changed: 39 additions & 7 deletions

File tree

RelNotes-1.1.1.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>DBUtils 1.1.1 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 1.1.1 Release Notes</h1>
9+
10+
<p>DBUtils 1.1.1 was released on 02/04/17.</p>
11+
12+
<p>This bugfix release is the eight public release of DBUtils.</p>
13+
14+
<p>It is intended to be used with Python versions 2.3 to 2.7</p>
15+
16+
<h2>Improvements:</h2>
17+
<ul>
18+
<li>Reopen <code>SteadyDB</code> connections when commit or rollback fails
19+
(suggested by Ben Hoyt).</li>
20+
</ul>
21+
22+
<h2>Bugfixes:</h2>
23+
<ul>
24+
<li>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</li>
25+
</ul>
26+
27+
<div class="footer">
28+
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
29+
</div>
30+
</body>
31+
</html>

UsersGuide.de.html

Lines changed: 2 additions & 2 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.1b1</dd>
15+
<dd class="version">1.1.1</dd>
1616
<dt class="released">Released</dt>
17-
<dd class="released"><p>01/31/17</p>
17+
<dd class="released"><p>02/04/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>

UsersGuide.html

Lines changed: 2 additions & 2 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.1b1</dd>
15+
<dd class="version">1.1.1</dd>
1616
<dt class="released">Released</dt>
17-
<dd class="released"><p>01/31/17</p>
17+
<dd class="released"><p>02/04/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>

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
@@ -43,7 +43,8 @@ <h4>Release Notes:</h4>
4343
</div>
4444
<div>
4545
<a href="RelNotes-1.0.html">1.0</a> |
46-
<a href="RelNotes-1.1.html">1.1</a>
46+
<a href="RelNotes-1.1.html">1.1</a> |
47+
<a href="RelNotes-1.1.1.html">1.1.1</a>
4748
</div>
4849
</small>
4950
</div>
@@ -53,7 +54,7 @@ <h4>Release Notes:</h4>
5354
<header><h2>Downloads</h2></header>
5455
<div>
5556
<h5>Current/Recommended Version:</h5>
56-
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.1">Download <small>DBUtils 1.1</small></a>
57+
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.1.1">Download <small>DBUtils 1.1.1</small></a>
5758
</div>
5859
<div>
5960
<h5>Older Versions:</h5>

0 commit comments

Comments
 (0)