Skip to content

Commit

Permalink
Bump version to 1.10.0 and rename to django-multisite-fil
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Apr 9, 2024
1 parent 093a0f4 commit 2f9ad0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Unreleased
1.10.0
-----
* Introduced Django 4.2 support.
* Dropped Support for Django<3.1
* Dropped Support for Django < 3.1
* Dropped Support for Python 3.7, 3.8
* Added support for Python 3.10, 3.11
* moved to `FidelityInternational/django-multisite` as the new repository
* renamed to `django-multisite-fil`

1.9.0
-----
Expand Down
4 changes: 4 additions & 0 deletions addon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"package-name": "django-multisite-fil",
"installed-apps": [""]
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def long_description():

files = ["multisite/test_templates/*"]

setup(name='django-multisite',
setup(name='django-multisite-fil',
version=version['__version__'],
description='Serve multiple sites from a single Django application',
long_description=long_description(),
Expand Down

0 comments on commit 2f9ad0a

Please sign in to comment.