Skip to content

Commit 940bf30

Browse files
committed
Release version 2.0.1 of DBUtils
1 parent 6e0ac4f commit 940bf30

7 files changed

Lines changed: 193 additions & 279 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Christoph Zwerschke
3+
Copyright (c) 2021 Christoph Zwerschke
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to a database that can be used in all kinds of multi-threaded environments.
77
The suite supports DB-API 2 compliant database interfaces
88
and the classic PyGreSQL interface.
99

10-
The current version 2.0 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
10+
The current version 2.0.1 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
11+
12+
**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there are some breaking changes in version 2.0.**
1113

1214
The DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/

changelog.html

Lines changed: 48 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="generator" content="Docutils 0.17: http://docutils.sourceforge.net/" />
67
<title>Changelog for DBUtils</title>
78
<link rel="stylesheet" href="doc.css" type="text/css" />
89
</head>
910
<body>
10-
<div class="document" id="changelog-for-dbutils">
11+
<main id="changelog-for-dbutils">
1112
<h1 class="title">Changelog for DBUtils</h1>
1213

13-
<div class="section" id="id1">
14-
<h1>2.0</h1>
14+
<section id="id1">
15+
<h2>2.0.1</h2>
16+
<p>DBUtils 2.0.1 was released on April 8, 2021.</p>
17+
<p>Changes:</p>
18+
<ul class="simple">
19+
<li><p>Avoid &quot;name Exception is not defined&quot; when exiting</p></li>
20+
</ul>
21+
</section>
22+
<section id="id2">
23+
<h2>2.0</h2>
1524
<p>DBUtils 2.0 was released on September 26, 2020.</p>
1625
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
1726
<p>Changes:</p>
@@ -25,9 +34,9 @@ <h1>2.0</h1>
2534
<li><p>The documentation has been adapted to reflect the changes in this version.</p></li>
2635
<li><p>This changelog has been compiled from the former release notes.</p></li>
2736
</ul>
28-
</div>
29-
<div class="section" id="id2">
30-
<h1>1.4</h1>
37+
</section>
38+
<section id="id3">
39+
<h2>1.4</h2>
3140
<p>DBUtils 1.4 was released on September 26, 2020.</p>
3241
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
3342
<p>Improvements:</p>
@@ -36,23 +45,23 @@ <h1>1.4</h1>
3645
<span class="docutils literal">maxusage</span> limit has been reached when the connection is not currently
3746
inside a transaction.</p></li>
3847
</ul>
39-
</div>
40-
<div class="section" id="id3">
41-
<h1>1.3</h1>
48+
</section>
49+
<section id="id4">
50+
<h2>1.3</h2>
4251
<p>DBUtils 1.3 was released on March 3, 2018.</p>
4352
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</p>
4453
<p>Improvements:</p>
4554
<ul class="simple">
4655
<li><p>This version now supports context handlers for connections and cursors.</p></li>
4756
</ul>
48-
</div>
49-
<div class="section" id="id4">
50-
<h1>1.2</h1>
57+
</section>
58+
<section id="id5">
59+
<h2>1.2</h2>
5160
<p>DBUtils 1.2 was released on February 5, 2017.</p>
5261
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</p>
53-
</div>
54-
<div class="section" id="id5">
55-
<h1>1.1.1</h1>
62+
</section>
63+
<section id="id6">
64+
<h2>1.1.1</h2>
5665
<p>DBUtils 1.1.1 was released on February 4, 2017.</p>
5766
<p>It is intended to be used with Python versions 2.3 to 2.7.</p>
5867
<p>Improvements:</p>
@@ -64,9 +73,9 @@ <h1>1.1.1</h1>
6473
<ul class="simple">
6574
<li><p>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</p></li>
6675
</ul>
67-
</div>
68-
<div class="section" id="id6">
69-
<h1>1.1</h1>
76+
</section>
77+
<section id="id7">
78+
<h2>1.1</h2>
7079
<p>DBUtils 1.1 was released on August 14, 2011.</p>
7180
<p>Improvements:</p>
7281
<ul class="simple">
@@ -93,9 +102,9 @@ <h1>1.1</h1>
93102
<li><p>Fixed an issue with the <span class="docutils literal">setoutputsize()</span> cursor method.</p></li>
94103
<li><p>Fixed some minor issues with the <span class="docutils literal">DBUtilsExample</span> for Webware.</p></li>
95104
</ul>
96-
</div>
97-
<div class="section" id="id7">
98-
<h1>1.0</h1>
105+
</section>
106+
<section id="id8">
107+
<h2>1.0</h2>
99108
<p>DBUtils 1.0 was released on November 29, 2008.</p>
100109
<p>It is intended to be used with Python versions 2.2 to 2.6.</p>
101110
<p>Changes:</p>
@@ -126,18 +135,18 @@ <h1>1.0</h1>
126135
connection creator function is specified. This had not worked before with
127136
the MySQLdb module (problem reported by Gregory Pinero).</p></li>
128137
</ul>
129-
</div>
130-
<div class="section" id="id8">
131-
<h1>0.9.4</h1>
138+
</section>
139+
<section id="id9">
140+
<h2>0.9.4</h2>
132141
<p>DBUtils 0.9.4 was released on July 7, 2007.</p>
133142
<p>This release fixes a problem in the destructor code and has been supplemented
134143
with a German User's Guide.</p>
135144
<p>Again, please note that the <span class="docutils literal">dbapi</span> parameter has been renamed to <span class="docutils literal">creator</span>
136145
in the last release, since you can now pass custom creator functions
137146
for database connections instead of DB-API 2 modules.</p>
138-
</div>
139-
<div class="section" id="id9">
140-
<h1>0.9.3</h1>
147+
</section>
148+
<section id="id10">
149+
<h2>0.9.3</h2>
141150
<p>DBUtils 0.9.3 was released on May 21, 2007.</p>
142151
<p>Changes:</p>
143152
<ul class="simple">
@@ -150,19 +159,19 @@ <h1>0.9.3</h1>
150159
<li><p>Some fixes in the documentation.
151160
Added Chinese translation of the User's Guide, kindly contributed by gashero.</p></li>
152161
</ul>
153-
</div>
154-
<div class="section" id="id10">
155-
<h1>0.9.2</h1>
162+
</section>
163+
<section id="id11">
164+
<h2>0.9.2</h2>
156165
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
157166
<p>It is intended to be used with Python versions 2.2 to 2.5.</p>
158167
<p>Changes:</p>
159168
<ul class="simple">
160169
<li><p>Renamed <span class="docutils literal">SolidDB</span> to <span class="docutils literal">SteadyDB</span> to avoid confusion with the &quot;solidDB&quot;
161170
storage engine. Accordingly, renamed <span class="docutils literal">SolidPg</span> to <span class="docutils literal">SteadyPg</span>.</p></li>
162171
</ul>
163-
</div>
164-
<div class="section" id="id11">
165-
<h1>0.9.1</h1>
172+
</section>
173+
<section id="id12">
174+
<h2>0.9.1</h2>
166175
<p>DBUtils 0.9.1 was released on May 8, 2006.</p>
167176
<p>It is intended to be used with Python versions 2.2 to 2.4.</p>
168177
<p>Changes:</p>
@@ -174,13 +183,13 @@ <h1>0.9.1</h1>
174183
to specify cursor classes. (Suggested by Michael Palmer.)</p></li>
175184
<li><p>Improved the documentation and added a User's Guide.</p></li>
176185
</ul>
177-
</div>
178-
<div class="section" id="id12">
179-
<h1>0.8.1 - 2005-09-13</h1>
186+
</section>
187+
<section id="id13">
188+
<h2>0.8.1 - 2005-09-13</h2>
180189
<p>DBUtils 0.8.1 was released on September 13, 2005.</p>
181190
<p>It is intended to be used with Python versions 2.0 to 2.4.</p>
182191
<p>This is the first public release of DBUtils.</p>
183-
</div>
184-
</div>
192+
</section>
193+
</main>
185194
</body>
186195
</html>

docutils.css

Lines changed: 2 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h5><a href="changelog.html">Changelog</a></h5>
4242
<header><h2>Downloads</h2></header>
4343
<div>
4444
<h5>Current/Recommended Version:</h5>
45-
<a class="button" href="https://pypi.python.org/pypi/DBUtils/2.0">Download <small>DBUtils 2.0</small></a>
45+
<a class="button" href="https://pypi.python.org/pypi/DBUtils/2.0.1">Download <small>DBUtils 2.0.1</small></a>
4646
<p><small>(this version supports Python 2.7 and 3.5 to 3.9)</small></p>
4747
</div>
4848
<div>

0 commit comments

Comments
 (0)