-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
46 lines (25 loc) · 872 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
CHANGES
*******
0.3 (unreleased)
----------------
- Drop support for Python 3.4 and 3.5.
- Fix Flake8 errors.
- Use GitHub Actions for CI.
- Add support for Python 3.9.
0.2 (2020-01-29)
----------------
- **Removed**: Removed support for Python 2.
You have to upgrade to Python 3 if you want to use this version.
- Dropped support for Python 3.3
- Added support for Python 3.5, 3.6, 3.7, 3.8 and PyPy 3.6.
- Make Python 3.7 the default testing environment.
- Fix deprecated and legacy code.
- Use virtualenv and pip instead of buildout to set up the
development environment.
- Add development documentation and reorganize documentation.
- Upload universal wheels to pypi during release.
- Clean up the development and release workflow.
- Add integration for the Black code formatter.
0.1 (2016-03-15)
----------------
- Initial public release.