Skip to content

Commit 9101cd1

Browse files
committed
Prepare patch release
1 parent 7d15263 commit 9101cd1

File tree

6 files changed

+35
-17
lines changed

6 files changed

+35
-17
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.2
2+
current_version = 2.0.3
33

44
[bumpversion:file:setup.py]
55
search = __version__ = '{current_version}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.2 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
10+
The current version 2.0.3 of DBUtils supports Python versions 2.7 and 3.5 to 3.10.
1111

1212
**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there are some breaking changes in version 2.0.**
1313

dbutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
'simple_pooled_pg', 'steady_pg', 'pooled_pg', 'persistent_pg',
66
'simple_pooled_db', 'steady_db', 'pooled_db', 'persistent_db']
77

8-
__version__ = '2.0.2'
8+
__version__ = '2.0.3'

docs/changelog.html

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,30 @@
1212
<h1 class="title">Changelog for DBUtils</h1>
1313

1414
<section id="section-1">
15+
<h2>2.0.3</h2>
16+
<p>DBUtils 2.0.3 was released on November 26, 2021.</p>
17+
<p>Changes:</p>
18+
<ul class="simple">
19+
<li><p>Support Python version 3.10.</p></li>
20+
</ul>
21+
</section>
22+
<section id="section-2">
1523
<h2>2.0.2</h2>
1624
<p>DBUtils 2.0.2 was released on June 8, 2021.</p>
1725
<p>Changes:</p>
1826
<ul class="simple">
1927
<li><p>Allow using context managers for pooled connections.</p></li>
2028
</ul>
2129
</section>
22-
<section id="section-2">
30+
<section id="section-3">
2331
<h2>2.0.1</h2>
2432
<p>DBUtils 2.0.1 was released on April 8, 2021.</p>
2533
<p>Changes:</p>
2634
<ul class="simple">
2735
<li><p>Avoid &quot;name Exception is not defined&quot; when exiting.</p></li>
2836
</ul>
2937
</section>
30-
<section id="section-3">
38+
<section id="section-4">
3139
<h2>2.0</h2>
3240
<p>DBUtils 2.0 was released on September 26, 2020.</p>
3341
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
@@ -43,7 +51,7 @@ <h2>2.0</h2>
4351
<li><p>This changelog has been compiled from the former release notes.</p></li>
4452
</ul>
4553
</section>
46-
<section id="section-4">
54+
<section id="section-5">
4755
<h2>1.4</h2>
4856
<p>DBUtils 1.4 was released on September 26, 2020.</p>
4957
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
@@ -54,7 +62,7 @@ <h2>1.4</h2>
5462
inside a transaction.</p></li>
5563
</ul>
5664
</section>
57-
<section id="section-5">
65+
<section id="section-6">
5866
<h2>1.3</h2>
5967
<p>DBUtils 1.3 was released on March 3, 2018.</p>
6068
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</p>
@@ -63,12 +71,12 @@ <h2>1.3</h2>
6371
<li><p>This version now supports context handlers for connections and cursors.</p></li>
6472
</ul>
6573
</section>
66-
<section id="section-6">
74+
<section id="section-7">
6775
<h2>1.2</h2>
6876
<p>DBUtils 1.2 was released on February 5, 2017.</p>
6977
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</p>
7078
</section>
71-
<section id="section-7">
79+
<section id="section-8">
7280
<h2>1.1.1</h2>
7381
<p>DBUtils 1.1.1 was released on February 4, 2017.</p>
7482
<p>It is intended to be used with Python versions 2.3 to 2.7.</p>
@@ -82,7 +90,7 @@ <h2>1.1.1</h2>
8290
<li><p>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</p></li>
8391
</ul>
8492
</section>
85-
<section id="section-8">
93+
<section id="section-9">
8694
<h2>1.1</h2>
8795
<p>DBUtils 1.1 was released on August 14, 2011.</p>
8896
<p>Improvements:</p>
@@ -111,7 +119,7 @@ <h2>1.1</h2>
111119
<li><p>Fixed some minor issues with the <span class="docutils literal">DBUtilsExample</span> for Webware.</p></li>
112120
</ul>
113121
</section>
114-
<section id="section-9">
122+
<section id="section-10">
115123
<h2>1.0</h2>
116124
<p>DBUtils 1.0 was released on November 29, 2008.</p>
117125
<p>It is intended to be used with Python versions 2.2 to 2.6.</p>
@@ -144,7 +152,7 @@ <h2>1.0</h2>
144152
the MySQLdb module (problem reported by Gregory Pinero).</p></li>
145153
</ul>
146154
</section>
147-
<section id="section-10">
155+
<section id="section-11">
148156
<h2>0.9.4</h2>
149157
<p>DBUtils 0.9.4 was released on July 7, 2007.</p>
150158
<p>This release fixes a problem in the destructor code and has been supplemented
@@ -153,7 +161,7 @@ <h2>0.9.4</h2>
153161
in the last release, since you can now pass custom creator functions
154162
for database connections instead of DB-API 2 modules.</p>
155163
</section>
156-
<section id="section-11">
164+
<section id="section-12">
157165
<h2>0.9.3</h2>
158166
<p>DBUtils 0.9.3 was released on May 21, 2007.</p>
159167
<p>Changes:</p>
@@ -168,7 +176,7 @@ <h2>0.9.3</h2>
168176
Added Chinese translation of the User's Guide, kindly contributed by gashero.</p></li>
169177
</ul>
170178
</section>
171-
<section id="section-12">
179+
<section id="section-13">
172180
<h2>0.9.2</h2>
173181
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
174182
<p>It is intended to be used with Python versions 2.2 to 2.5.</p>
@@ -178,7 +186,7 @@ <h2>0.9.2</h2>
178186
storage engine. Accordingly, renamed <span class="docutils literal">SolidPg</span> to <span class="docutils literal">SteadyPg</span>.</p></li>
179187
</ul>
180188
</section>
181-
<section id="section-13">
189+
<section id="section-14">
182190
<h2>0.9.1</h2>
183191
<p>DBUtils 0.9.1 was released on May 8, 2006.</p>
184192
<p>It is intended to be used with Python versions 2.2 to 2.4.</p>
@@ -192,7 +200,7 @@ <h2>0.9.1</h2>
192200
<li><p>Improved the documentation and added a User's Guide.</p></li>
193201
</ul>
194202
</section>
195-
<section id="section-14">
203+
<section id="section-15">
196204
<h2>0.8.1 - 2005-09-13</h2>
197205
<p>DBUtils 0.8.1 was released on September 13, 2005.</p>
198206
<p>It is intended to be used with Python versions 2.0 to 2.4.</p>

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog for DBUtils
22
+++++++++++++++++++++
33

4+
2.0.3
5+
=====
6+
7+
DBUtils 2.0.3 was released on November 26, 2021.
8+
9+
Changes:
10+
11+
* Support Python version 3.10.
12+
13+
414
2.0.2
515
=====
616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
warnings.filterwarnings('ignore', 'Unknown distribution option')
1515

16-
__version__ = '2.0.2'
16+
__version__ = '2.0.3'
1717

1818
readme = open('README.md').read()
1919

0 commit comments

Comments
 (0)