Skip to content

Commit

Permalink
Prepare 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Jan 6, 2023
1 parent dc430c3 commit 2030685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compressor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 386
__version__ = "4.2"
__version__ = "4.3"
9 changes: 8 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v4.3 (2023-01-06)
-----------------

`Full Changelog <https://github.com/django-compressor/django-compressor/compare/4.2...4.3>`_

- Officially support Python 3.11

v4.2 (2023-01-06)
-----------------

Expand Down Expand Up @@ -58,7 +65,7 @@ v3.0 (2021-12-12)

`Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.4.1...3.0>`_

- Officially support for Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0
- Officially support Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0
- Drop support for Django 1.11, 2.1 and 3.0
- Drop support for Python 2.x and 3.4
- Fix compatibility with Jinja 3.x
Expand Down

0 comments on commit 2030685

Please sign in to comment.