Skip to content

Commit f89c015

Browse files
committed
chore: update changelog and bump version to 1.4.0
1 parent db448fa commit f89c015

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.rst

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

4+
1.4.0 - Latvian translation and minor fixes
5+
-------------------------------------------
6+
7+
**NOTE: This release will be the last one to include features in 1.X branch, other than urgent hotfixes; version 2.X will drop support for EOL python and Django versions, and all future development will be done against 2.X branch**
8+
9+
Changes since 1.3.0:
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Add Latvian translation (#135)
15+
- Commit compiled translation files (Merge db448fa)
16+
17+
Bug fixes
18+
~~~~~~~~~
19+
20+
- switch from ugettext to gettext (#134)
21+
- don't use default dict (Merge db448fa)
22+
- correctly update extra_context (Merge db448fa)
23+
- support parallel coverage reporting (Merge db448fa)
24+
25+
Other
26+
~~~~~
27+
28+
- Fix CI for 2021 (#147)
29+
- Don't run tests in GitHub actions twice, one per PR is enough (da6fe7f24982a0fa69fcebff79d658b087de5e5b)
30+
- Ignore vscode settings (Merge db448fa)
31+
32+
Contributors
33+
~~~~~~~~~~~~
34+
35+
- Pavel Savchenko
36+
- Māris Nartišs
37+
38+
439
1.3.0 - Django 3.1 and more
540
---------------------------
641

advanced_filters/__init__.py

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

0 commit comments

Comments
 (0)