Skip to content

Commit 9e07b73

Browse files
committed
Chore: bump version and update changelog
1 parent 3911d2e commit 9e07b73

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
Changelog
22
=========
33

4+
2.0.0 - Support Django 3.2 and 4.0
5+
----------------------------------
6+
7+
**BREAKING CHANGE:** This release is the first 2.x release, and drops support for EOL python and Django versions, all feature development will be done against 2.X branch.**
8+
9+
Changes since 1.4.0:
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Add support for python 3.10 and Django 4.0 (Merge 7bfb5b6)
15+
- Add compiled IT translation (Merge e39395f)
16+
17+
Bug fixes
18+
~~~~~~~~~
19+
20+
- Don't add empty form to AdvancedFilterFormSet.forms (Merge 7bfb5b6)
21+
22+
Other
23+
~~~~~
24+
25+
- Drop support for EOL Python 2.7 and 3.5 (Merge dfeb005)
26+
- Drop support for EOL Django 3.0 (Merge dfeb005)
27+
- Drop support for EOL Django up to 2.2 (Merge dfeb005)
28+
- Upgrade Python syntax with pyupgrade --py36-plus (Merge dfeb005)
29+
- Remove six (Merge dfeb005)
30+
- Remove unused import (Merge dfeb005)
31+
- Drop support for python 3.6 (Merge 7bfb5b6)
32+
- Correct support matrix (Merge 7bfb5b6)
33+
- Simplify url path import (Merge 7bfb5b6)
34+
- Remove standalone clean env from tox envlist (Merge 7bfb5b6)
35+
- Remove unused cached_property import (Merge 7bfb5b6)
36+
- Add Django 3.2 to classifiers (#163)
37+
- f-string for model_name string interpolation (Merge dfeb005)
38+
- remove unsupported django 3.1 from tox matrix (Merge 7bfb5b6)
39+
- update README and remove Django 3.1 classifier
40+
41+
Contributors
42+
~~~~~~~~~~~~
43+
44+
- Fabrizio Corallini
45+
- Dmytro Litvinov
46+
- Hugo van Kemenade
47+
- Pavel Savchenko
48+
449
1.4.0 - Latvian translation and minor fixes
550
-------------------------------------------
651

advanced_filters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.0'
1+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)