Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Apr 23, 2024
1 parent 3dd4ffb commit f5b9edb
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 21 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ History

.. towncrier release notes start
2.1.0 (Unreleased)
==================

Features
--------

- Add support for Python 3.10
- Dropped support for Python < 3.8
- Add support for 4.2 < Django < 5
- Dropped support for Django < 4.2

1.3.0 (2023-09-26)
==================

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Redistribution and use in source and binary forms, with or without modification,

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of djangocms-page-sitemap nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
* Neither the name of djangocms-page-sitemap-fil nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 changes: 11 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
======================
djangocms-page-sitemap
djangocms-page-sitemap-fil
======================

|Gitter| |PyPiVersion| |PyVersion| |Status| |TestCoverage| |CodeClimate| |License|
Expand All @@ -22,6 +22,8 @@ Supported django CMS versions:

.. note:: djangocms-page-sitemap 1.0 dropped compatibility with Python 2 and Django < 2.2

.. note:: djangocms-page-sitemap 2.1.0 moved to FidelityInternational org and renamed to djangocms-page-sitemap-fil dropped compatibility with Python < 3.8 and Django < 3.2

********
Features
********
Expand Down Expand Up @@ -150,12 +152,7 @@ Settings
.. _page lookup: https://docs.django-cms.org/en/reference/templatetags.html#page_lookup
.. _django-app-enabler: https://github.com/nephila/django-app-enabler
.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square
:target: https://gitter.im/nephila/applications
:alt: Join the Gitter chat
.. _django-app-enabler: https://github.com/FidelityInternational/django-app-enabler
.. |PyPiVersion| image:: https://img.shields.io/pypi/v/djangocms-page-sitemap.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-page-sitemap
Expand All @@ -165,18 +162,18 @@ Settings
:target: https://pypi.python.org/pypi/djangocms-page-sitemap
:alt: Python versions
.. |Status| image:: https://img.shields.io/travis/nephila/djangocms-page-sitemap.svg?style=flat-square
:target: https://travis-ci.org/nephila/djangocms-page-sitemap
.. |Status| image:: https://img.shields.io/travis/FidelityInternational/djangocms-page-sitemap-fil.svg?style=flat-square
:target: https://travis-ci.org/FidelityInternational/djangocms-page-sitemap-fil
:alt: Latest Travis CI build status
.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/djangocms-page-sitemap/master.svg?style=flat-square
:target: https://coveralls.io/r/nephila/djangocms-page-sitemap?branch=master
.. |TestCoverage| image:: https://img.shields.io/coveralls/FidelityInternational/djangocms-page-sitemap-fil/master.svg?style=flat-square
:target: https://coveralls.io/r/FidelityInternational/djangocms-page-sitemap-fil?branch=master
:alt: Test coverage
.. |License| image:: https://img.shields.io/github/license/nephila/djangocms-page-sitemap.svg?style=flat-square
.. |License| image:: https://img.shields.io/github/license/FidelityInternational/djangocms-page-sitemap-fil.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-page-sitemap/
:alt: License
.. |CodeClimate| image:: https://codeclimate.com/github/nephila/djangocms-page-sitemap/badges/gpa.svg?style=flat-square
:target: https://codeclimate.com/github/nephila/djangocms-page-sitemap
.. |CodeClimate| image:: https://codeclimate.com/github/FidelityInternational/djangocms-page-sitemap-fil/badges/gpa.svg?style=flat-square
:target: https://codeclimate.com/github/FidelityInternational/djangocms-page-sitemap-fil
:alt: Code Climate
2 changes: 1 addition & 1 deletion djangocms_page_sitemap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.3.1.dev1"
__version__ = "2.1.0"
__author__ = "Iacopo Spalletti <[email protected]>"
2 changes: 1 addition & 1 deletion djangocms_page_sitemap/addon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package-name": "djangocms-page-sitemap",
"package-name": "djangocms-page-sitemap-fil",
"installed-apps": [
"django.contrib.sitemaps",
"djangocms_page_sitemap"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
master_doc = "index"

# General information about the project.
project = "djangocms-page-sitemap"
project = "djangocms-page-sitemap-fil"
copyright = "2014, Iacopo Spalletti" # noqa # A001

# The version info for the project you're documenting, acts as replacement for
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = djangocms-page-sitemap
name = djangocms-page-sitemap-fil
version = attr: djangocms_page_sitemap.__version__
url = https://github.com/nephila/djangocms-page-sitemap
url = https://github.com/FidelityInternational/djangocms-page-sitemap-fil
project_urls =
Documentation = https://djangocms-page-sitemap.readthedocs.io/
author = Iacopo Spalletti
Expand Down
2 changes: 1 addition & 1 deletion tests/test_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class VersioningToolbarTest(CMSTestCase):
@skipIf(cms.__version__ < "4.0", "Versioning not available if django CMS < 4")
def test_toolbar_buttons_are_not_duplicated(self):
"""
The toolbar for djangocms-page-sitemap doesn't affect the toolbar buttons.
The toolbar for djangocms-page-sitemap-fil doesn't affect the toolbar buttons.
This test Can be ran with or without versioning and should return the same result!
"""
Expand Down

0 comments on commit f5b9edb

Please sign in to comment.