1212< h1 class ="title "> Changelog for DBUtils</ h1 >
1313
1414< 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 "name Exception is not defined" when exiting</ p > </ li >
20+ </ ul >
21+ </ section >
22+ < section id ="id2 ">
1523< h2 > 2.0</ h2 >
1624< p > DBUtils 2.0 was released on September 26, 2020.</ p >
1725< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -27,7 +35,7 @@ <h2>2.0</h2>
2735< li > < p > This changelog has been compiled from the former release notes.</ p > </ li >
2836</ ul >
2937</ section >
30- < section id ="id2 ">
38+ < section id ="id3 ">
3139< h2 > 1.4</ h2 >
3240< p > DBUtils 1.4 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 >
@@ -38,7 +46,7 @@ <h2>1.4</h2>
3846inside a transaction.</ p > </ li >
3947</ ul >
4048</ section >
41- < section id ="id3 ">
49+ < section id ="id4 ">
4250< h2 > 1.3</ h2 >
4351< p > DBUtils 1.3 was released on March 3, 2018.</ p >
4452< p > It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</ p >
@@ -47,12 +55,12 @@ <h2>1.3</h2>
4755< li > < p > This version now supports context handlers for connections and cursors.</ p > </ li >
4856</ ul >
4957</ section >
50- < section id ="id4 ">
58+ < section id ="id5 ">
5159< h2 > 1.2</ h2 >
5260< p > DBUtils 1.2 was released on February 5, 2017.</ p >
5361< p > It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</ p >
5462</ section >
55- < section id ="id5 ">
63+ < section id ="id6 ">
5664< h2 > 1.1.1</ h2 >
5765< p > DBUtils 1.1.1 was released on February 4, 2017.</ p >
5866< p > It is intended to be used with Python versions 2.3 to 2.7.</ p >
@@ -66,7 +74,7 @@ <h2>1.1.1</h2>
6674< li > < p > Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</ p > </ li >
6775</ ul >
6876</ section >
69- < section id ="id6 ">
77+ < section id ="id7 ">
7078< h2 > 1.1</ h2 >
7179< p > DBUtils 1.1 was released on August 14, 2011.</ p >
7280< p > Improvements:</ p >
@@ -95,7 +103,7 @@ <h2>1.1</h2>
95103< li > < p > Fixed some minor issues with the < span class ="docutils literal "> DBUtilsExample</ span > for Webware.</ p > </ li >
96104</ ul >
97105</ section >
98- < section id ="id7 ">
106+ < section id ="id8 ">
99107< h2 > 1.0</ h2 >
100108< p > DBUtils 1.0 was released on November 29, 2008.</ p >
101109< p > It is intended to be used with Python versions 2.2 to 2.6.</ p >
@@ -128,7 +136,7 @@ <h2>1.0</h2>
128136the MySQLdb module (problem reported by Gregory Pinero).</ p > </ li >
129137</ ul >
130138</ section >
131- < section id ="id8 ">
139+ < section id ="id9 ">
132140< h2 > 0.9.4</ h2 >
133141< p > DBUtils 0.9.4 was released on July 7, 2007.</ p >
134142< p > This release fixes a problem in the destructor code and has been supplemented
@@ -137,7 +145,7 @@ <h2>0.9.4</h2>
137145in the last release, since you can now pass custom creator functions
138146for database connections instead of DB-API 2 modules.</ p >
139147</ section >
140- < section id ="id9 ">
148+ < section id ="id10 ">
141149< h2 > 0.9.3</ h2 >
142150< p > DBUtils 0.9.3 was released on May 21, 2007.</ p >
143151< p > Changes:</ p >
@@ -152,7 +160,7 @@ <h2>0.9.3</h2>
152160Added Chinese translation of the User's Guide, kindly contributed by gashero.</ p > </ li >
153161</ ul >
154162</ section >
155- < section id ="id10 ">
163+ < section id ="id11 ">
156164< h2 > 0.9.2</ h2 >
157165< p > DBUtils 0.9.2 was released on September 22, 2006.</ p >
158166< p > It is intended to be used with Python versions 2.2 to 2.5.</ p >
@@ -162,7 +170,7 @@ <h2>0.9.2</h2>
162170storage engine. Accordingly, renamed < span class ="docutils literal "> SolidPg</ span > to < span class ="docutils literal "> SteadyPg</ span > .</ p > </ li >
163171</ ul >
164172</ section >
165- < section id ="id11 ">
173+ < section id ="id12 ">
166174< h2 > 0.9.1</ h2 >
167175< p > DBUtils 0.9.1 was released on May 8, 2006.</ p >
168176< p > It is intended to be used with Python versions 2.2 to 2.4.</ p >
@@ -176,7 +184,7 @@ <h2>0.9.1</h2>
176184< li > < p > Improved the documentation and added a User's Guide.</ p > </ li >
177185</ ul >
178186</ section >
179- < section id ="id12 ">
187+ < section id ="id13 ">
180188< h2 > 0.8.1 - 2005-09-13</ h2 >
181189< p > DBUtils 0.8.1 was released on September 13, 2005.</ p >
182190< p > It is intended to be used with Python versions 2.0 to 2.4.</ p >
0 commit comments