File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments