forked from divio/django-multisite-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 0.7.3 version * setuptools remove version fix * update install require versions * update install require versions * update dependencies * bump version to 1.0.0 * update install_requires in setup.cfg * revert the install_requires * update changelog * update release date --------- Co-authored-by: Josh Yu <[email protected]> Co-authored-by: Freeman,Yu <[email protected]>
- Loading branch information
1 parent
5cf2e06
commit 8a74864
Showing
5 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|