Skip to content

Commit c142fa1

Browse files
committed
New release DBUtils 1.3
1 parent 6a164ee commit c142fa1

6 files changed

Lines changed: 49 additions & 13 deletions

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
*.pyo
1010
*.swp
1111

12-
Thumbs.db
12+
build
13+
dist
1314

1415
.idea
16+
.tox
17+
.pytest_cache
18+
19+
MANIFEST
20+
21+
Thumbs.db

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# DBUtils
1+
DBUtils
2+
=======
23

3-
DBUtils is a suite of tools providing solid, persistent and pooled connections to a database that can be used in all kinds of multi-threaded environments like Webware for Python or other web application servers. The suite supports DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
4+
DBUtils is a suite of tools providing solid, persistent and pooled connections
5+
to a database that can be used in all kinds of multi-threaded environments
6+
like Webware for Python or other web application servers. The suite supports
7+
DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
48

5-
The current version supports Python Version 2.3 to 2.7.
6-
7-
See [Docs/UsersGuide.html](https://htmlpreview.github.io/?https://raw.githubusercontent.com/Cito/DBUtils/master/DBUtils/Docs/UsersGuide.html) for more explanation and usage information.
9+
The current version of DBUtils supports Python versions 2.6, 2.7 and 3.4 - 3.7.
810

11+
The DBUtils home page can be found here: https://cito.github.io/DBUtils/

RelNotes-1.3.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.3 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 1.3 Release Notes</h1>
9+
10+
<p>DBUtils 1.3 was released on 03/08/18.</p>
11+
12+
<p>This is the tenth public release of DBUtils.</p>
13+
14+
<p>It is intended to be used with Python versions 2.6, 2.7 or 3.4 - 3.7.</p>
15+
16+
<h2>Improvements:</h2>
17+
<ul>
18+
<li>Supports context handlers for connections and cursors.</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: 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.2</dd>
15+
<dd class="version">1.3</dd>
1616
<dt class="released">Released</dt>
17-
<dd class="released"><p>02/05/17</p>
17+
<dd class="released"><p>08/03/18</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.2</dd>
15+
<dd class="version">1.3</dd>
1616
<dt class="released">Released</dt>
17-
<dd class="released"><p>02/05/17</p>
17+
<dd class="released"><p>08/03/18</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
@@ -47,7 +47,8 @@ <h4>Release Notes:</h4>
4747
<a href="RelNotes-1.1.1.html">1.1.1</a>
4848
</div>
4949
<div>
50-
<a href="RelNotes-1.2.html">1.2</a>
50+
<a href="RelNotes-1.2.html">1.2</a> |
51+
<a href="RelNotes-1.3.html">1.3</a>
5152
</div>
5253
</small>
5354
</div>
@@ -57,8 +58,8 @@ <h4>Release Notes:</h4>
5758
<header><h2>Downloads</h2></header>
5859
<div>
5960
<h5>Current/Recommended Version:</h5>
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>
61+
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.3">Download <small>DBUtils 1.3</small></a>
62+
<p><small>(this version supports Python 2.6, 2.7 and 3.4 to 3.7)</small></p>
6263
</div>
6364
<div>
6465
<h5>Older Versions:</h5>

0 commit comments

Comments
 (0)