Skip to content

Commit db7ce41

Browse files
authored
Update CHANGES and bump version 2.0.0a1
Once it has been properly uploaded to PyPI, raise the version to 2.0.0.
1 parent fb7e5dd commit db7ce41

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

CHANGES.rst

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
CHANGES
22
=======
33

4-
Unreleased
5-
----------
4+
2.0.0a1 (2020/01/04)
5+
---------------------
66

7-
* Drop Python 2.7 and 3.5 support.
7+
General:
8+
9+
* #70,#71,#72 Moved CI to GitHub Actions: https://github.com/jazzband/django-redshift-backend/actions
10+
Thkanks to Bruno Alla.
11+
12+
Features:
813

14+
* Drop Python 2.7 and 3.5 support.
915
* Drop Django 1.11, 2.0 and 2.1 support.
16+
* #68 Add Python 3.8 and 3.9 support.
17+
* #68 Add Django 3.0 and 3.1 support.
18+
19+
Bug Fixes:
1020

11-
* Add Python 3.8 and 3.9 support.
21+
* #69 Let users choose between psycopg2 binary or source. Thkanks to Bruno Alla.
22+
* #65,#66 Deprecation warning due to invalid escape sequences. Thanks to Karthikeyan Singaravelan.
1223

13-
* Add Django 3.0 and 3.1 support.
24+
Documentation:
1425

15-
* Moved CI to GitHub Actions: https://github.com/jazzband/django-redshift-backend/actions
26+
* #67 Just a typo cleanup from refs.rst. Thanks to Kostja P.
1627

1728
1.1.0 (2019/08/02)
1829
------------------

0 commit comments

Comments
 (0)