Skip to content

Commit

Permalink
Release/3.11.4.1 (#165)
Browse files Browse the repository at this point in the history
* Bumped version to 3.11.4.1

* fix ci
  • Loading branch information
FinalAngel authored Jan 10, 2024
1 parent c5df1ca commit 55d13b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9"]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog
=========


3.11.4.1 (2024-01-10)
=====================

* Pinned django-simple-captcha to <=0.5.20 as newer versions need 4.x


3.11.4.0 (2023-09-19)
=====================

Expand Down
2 changes: 1 addition & 1 deletion aldryn_django_cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.11.4.0'
__version__ = '3.11.4.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# See https://github.com/gregmuellegger/django-sortedm2m/issues/80
'django-sortedm2m>=1.5.0',
'django-robots',
'django-simple-captcha',
'django-simple-captcha<=0.5.20',
'lxml',
'YURL',
]
Expand Down

0 comments on commit 55d13b3

Please sign in to comment.