Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Aug 27, 2024
1 parent 1e1d274 commit 7087b7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ jobs:
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
11 changes: 9 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,27 @@ Changes for upcoming releases will be listed without a release date - these
are available by installing the develop branch from github.


2.1.0, TBC
----------
2.1.0, 2024-08-28
-----------------

Feature:

* Global defaults can be set with ``settings.TAGULOUS_DEFAULT_TAG_OPTIONS`` (#108)

Bugfix:

* Restores missing files from packaging issue in 2.0.0 (#186)
* Form field ``has_changed`` now correctly detects if a TagField has changed (#185)
* Admin enhance ensures ``list_display`` is a tuple (#183)

Internal:

* Improve build step to check packaging is correct (#186)

Thanks to:

* George Hickman (ghickman) for help fixing the missing files and preventing it
happening again in the future (#186)
* Christian Schneider (cnschn) for help fixing ``has_changed`` (#185)


Expand Down
2 changes: 1 addition & 1 deletion tagulous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Django Tagulous - Fabulous Tags
"""

__version__ = "2.1.0-rc1"
__version__ = "2.1.0"
__license__ = "BSD"
__author__ = "Richard Terry"

0 comments on commit 7087b7b

Please sign in to comment.