Skip to content

Commit

Permalink
Release 1.6.0 (#2)
Browse files Browse the repository at this point in the history
* Bump version to 1.6.0

* update release date

---------

Co-authored-by: Josh Yu <[email protected]>
  • Loading branch information
joshyu and Josh Yu authored May 16, 2024
1 parent a74b846 commit b5273d1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Changelog
unreleased
==========

1.6.0 (2024-05-16)
==================
* addd support for django 4.2
* add support for Python 3.10
* drop support for django < 3.2


1.5.0 (2022-09-13)
==================
* feat: Changed compliance number length to 30 characters
Expand Down
2 changes: 1 addition & 1 deletion djangocms_content_expiry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.5.0"
__version__ = "1.6.0"

default_app_config = "djangocms_content_expiry.apps.DjangocmsContentExpiryConfig"
4 changes: 2 additions & 2 deletions tests/requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ unittest-xml-reporting==1.11.0

# Unreleased django-cms 4.0 compatible packages
https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms
https://github.com/joshyu/djangocms-alias/tarball/feat/django-42-compatible#egg=djangocms-alias
https://github.com/FidelityInternational/djangocms-moderation/tarball/feature/django-42-compat#egg=djangocms-moderation
https://github.com/django-cms/djangocms-alias/tarball/support/django-cms-4.0.x#egg=djangocms-alias
https://github.com/django-cms/djangocms-moderation/tarball/master#egg=djangocms-moderation
https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ skip_missing_interpreters=True

[testenv]
deps =
-r{toxinidir}/tests/requirements.txt
flake8: -r{toxinidir}/tests/requirements/requirements_base.txt
isort: -r{toxinidir}/tests/requirements/requirements_base.txt

dj32: Django>=3.2,<4.0
dj42: Django>=4.2,<5.0

cms40: https://github.com/divio/django-cms/archive/release/4.0.x.zip
dj32: -r{toxinidir}/tests/requirements/django-3_2.txt
dj42: -r{toxinidir}/tests/requirements/django-4_2.txt

basepython =
py38: python3.8
Expand Down

0 comments on commit b5273d1

Please sign in to comment.