Skip to content

Commit

Permalink
Release 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Apr 9, 2024
1 parent 09b65f0 commit 13430b5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
History
*******

1.0.0
-----
* Introduced Django 4.2 support.
* 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/djangocms-multisite` as the new repository
* renamed to `djangocms-multisite-fil`


.. towncrier release notes start
0.3.1 (2020-07-06)
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include Makefile
recursive-include djangocms_multisite *.html *.png *.gif *js *jpg *jpeg *svg *py *css *po *mo

recursive-exclude * *.pyc
4 changes: 4 additions & 0 deletions addon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"package-name": "djangocms-multisite-fil",
"installed-apps": ["djangocms_multisite"]
}
2 changes: 1 addition & 1 deletion djangocms_multisite/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = djangocms-multisite
name = djangocms-multisite-fil
version = attr: djangocms_multisite.__version__
url = https://github.com/nephila/djangocms-multisite
author = Iacopo Spalletti
Expand Down

0 comments on commit 13430b5

Please sign in to comment.