Skip to content

Commit

Permalink
Bump to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 29, 2024
1 parent de8fdcb commit 0d8cb67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes for django-sass-processor

- 1.4.1
* Fix compatibility with Django 5.1.

- 1.4
* Drop support for Python 3.7.
* Add support for Python 3.12.
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.4'
__version__ = '1.4.1'

0 comments on commit 0d8cb67

Please sign in to comment.