Skip to content

Commit

Permalink
Release 1.4 (#177)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Bump to version 1.4
  • Loading branch information
jrief committed Dec 12, 2023
1 parent cc79308 commit 39a479e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes for django-sass-processor

- 1.4
* Drop support for Python 3.7.
* Add support for Python 3.12.
* Drop support for Django 4.0 and 4.1.
* Add support for Django 5.0.

- 1.3
* Add support for Django-4.2.
* Update settings for Django >= 4.2.* to use `STORAGES `, instead of `STATICFILES_STORAGE`.
Expand Down
2 changes: 1 addition & 1 deletion sass_processor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
13. git push
"""

__version__ = '1.3'
__version__ = '1.4'

0 comments on commit 39a479e

Please sign in to comment.