Skip to content

Commit

Permalink
Release 0.7.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Apr 9, 2024
1 parent 5cf2e06 commit 7b4d9b8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ Changelog

Unreleased
==================


0.7.3 (2024-04-09)
==================
* Add compatibility with Django 4.2
* Dropped support for Django < 3.1
* Dropped support for python < 3.8
* Added support for Django 4.2
* Added support for python 3.11
* moved to `FidelityInternational/django-multisite-plus` as the new repository
* renamed to `django-multisite-plus-fil`


0.7.2 (unreleased)
Expand Down
2 changes: 1 addition & 1 deletion addon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package-name": "django-multisite-plus",
"package-name": "django-multisite-plus-fil",
"installed-apps": [
"multisite"
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=42.0.0",
"setuptools_scm[toml]>=6.2",
"wheel",
]
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = django-multisite-plus
name = django-multisite-plus-fil
author = Divio AG
author_email = [email protected]
license = BSD 3-Clause License
Expand Down Expand Up @@ -36,8 +36,8 @@ python_requires = >=3.8
setup_requires = setuptools_scm[toml]
install_requires =
django>=3.2,<5
django-multisite @ https://github.com/FidelityInternational/django-multisite/tarball/feat/django-42-compat#egg=django-multisite
djangocms-multisite @ https://github.com/FidelityInternational/djangocms-multisite/tarball/feat/django-42-compat#egg=djangocms-multisite
django-multisite @ https://github.com/FidelityInternational/django-multisite/tarball/master#egg=django-multisite
djangocms-multisite @ https://github.com/FidelityInternational/djangocms-multisite/tarball/master#egg=djangocms-multisite
aldryn-django
aldryn_addons
click
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


setup(
name="django-multisite-plus",
version="0.7.2",
name="django-multisite-plus-fil",
version="0.7.3",
author="Divio AG",
author_email="[email protected]",
url="https://github.com/divio/django-multisite-plus",
Expand Down

0 comments on commit 7b4d9b8

Please sign in to comment.