Skip to content

Commit 49b3e99

Browse files
committed
release v2.0.711
1 parent f0b21a2 commit 49b3e99

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.gitchangelog.rc

CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff 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]

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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"

0 commit comments

Comments
 (0)