Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #2

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
==================


1.0.0 (2024-04-10)
==================
* 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",
"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-fil @ https://github.com/FidelityInternational/django-multisite/tarball/release/1.10.0
djangocms-multisite-fil @ https://github.com/FidelityInternational/djangocms-multisite/tarball/release/1.0.0
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="1.0.0",
author="Divio AG",
author_email="[email protected]",
url="https://github.com/divio/django-multisite-plus",
Expand Down
Loading