File tree Expand file tree Collapse file tree 3 files changed +24
-11
lines changed Expand file tree Collapse file tree 3 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 1+
2+ .gitchangelog.rc
Original file line number Diff line number Diff line change @@ -2,8 +2,15 @@ Changelog
22=========
33
44
5- 2.0.659 (2020-11-23)
6- ------------
5+ v2.0.711 (2020-11-25)
6+ ---------------------
7+ - Refactor(cursor): use prepared statements in class methods. [ Brooke
8+ White]
9+ - Release v2.0.659. [ Brooke White]
10+
11+
12+ v2.0.659 (2020-11-23)
13+ ---------------------
714- Refactor(integer-datetime): remove datatype conversion functions for
815 when server option integer_datetime is disabled. [ Brooke White]
916- Refactor: clean up setup.py. [ Brooke White]
@@ -25,27 +32,31 @@ Changelog
2532 White]
2633- Doc: Fix errors in connection parameter table. Add missing parameters
2734 to table (#12 ) [ Brooke White]
35+
36+
37+ v2.0.405 (2020-11-05)
38+ ---------------------
2839- Doc: re-word project description (#8 ) [ Brooke White]
2940
3041
31- 2 .0.399 (2020-11-05)
32- --------------------
42+ v2 .0.399 (2020-11-05)
43+ ---------------------
3344- Chore: Add license, usage files and include in whl (#7 ) [ Brooke White]
3445
3546
36- 2 .0.393 (2020-11-05)
37- --------------------
47+ v2 .0.393 (2020-11-05)
48+ ---------------------
3849- Build: set long_description_format_type set to x-rst (#6 ) [ Brooke
3950 White]
4051
4152
42- 2 .0.389 (2020-11-05)
43- --------------------
53+ v2 .0.389 (2020-11-05)
54+ ---------------------
4455- Build: include README in built dist (#5 ) [ Brooke White]
4556
4657
47- 2 .0.384 (2020-11-04)
48- --------------------
58+ v2 .0.384 (2020-11-04)
59+ ---------------------
4960- Chore: bump boto3, botocore min versions to 1.16.8, 1.19.8 resp (#4 )
5061 [ Brooke White]
5162- Chore: add readme hyperlink to DBAPI2.0 (#3 ) [ Brooke White]
Original file line number Diff line number Diff line change 22# 1) we don't load dependencies by storing it in __init__.py
33# 2) we can import it in setup.py for the same reason
44# 3) we can import it into your module module
5- __version__ = "2.0.0 "
5+ __version__ = "2.0.711 "
You can’t perform that action at this time.
0 commit comments