Skip to content

Commit ff9c4e4

Browse files
more on docs
1 parent 90581a5 commit ff9c4e4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ are used for versioning (schema follows below):
1515
0.3.4 to 0.4).
1616
- All backwards incompatible changes are mentioned in this document.
1717

18+
0.2.10
19+
------
20+
2019-04-12
21+
22+
- Tested against Django 2.1 and Django 2.2.
23+
- Tested against Python 3.7.
24+
- Dropping support for Python 3.4.
25+
- Upgrade test suite.
26+
- Temporary remove PyPy from tox (because of failing tests).
27+
1828
0.2.9
1929
-----
2030
2018-02-03

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Collection of various tricks for
77
Prerequisites
88
=============
99

10-
- Django 1.8, 1.9, 1.10, 1.11 and 2.0.
11-
- Python 2.7, 3.4, 3.5, 3.6
10+
- Django 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2.
11+
- Python 2.7, 3.4, 3.5, 3.6, 3.7
1212

1313
Dependencies
1414
============

0 commit comments

Comments
 (0)