Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
📝 build(version): Bump to version - 4.1.0.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 9, 2023
1 parent 14ff854 commit ce78c1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

<!--next-version-placeholder-->

## v4.1.0 (2023-05-09)
### Feature
* **tags:** Rename models ready for adding fields #66 ([`a21fec8`](https://github.com/imAsparky/django-tag-fields/commit/a21fec833f4745682228260e8f77886c0b8ddfd3))

### Fix
* **ver:** Update conf.py location in sem_ver #68 ([`14ff854`](https://github.com/imAsparky/django-tag-fields/commit/14ff8549930c0c46a5ed097f92d61a36f5f281ed))

### Documentation
* **models:** Update model names #66 ([`de364b4`](https://github.com/imAsparky/django-tag-fields/commit/de364b48ecf9afe09279b2c9d74f9f3fd7004c09))
* **structure:** Update to standard Sphinx #63 ([`f03086a`](https://github.com/imAsparky/django-tag-fields/commit/f03086acd78a8ad5d0af36dfb122e09444865ab0))
* **config:** Add readthedocs and extra deps #63 ([`94e4374`](https://github.com/imAsparky/django-tag-fields/commit/94e437496323dd5545d9ccd1f6b768fd653e9db5))
* **deps:** Update docutils #61 ([`c5a4ed3`](https://github.com/imAsparky/django-tag-fields/commit/c5a4ed3802cd421d2dab2d22a4fe814fb6305acd))

## v4.0.2 (2023-05-06)
### Fix
* **settings:** Update Constant names #59 ([`c2a9b3a`](https://github.com/imAsparky/django-tag-fields/commit/c2a9b3ab5047023464ff4a032f2eafce68c7d06b))
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
copyright = '2023, "Alex Gaynor, Mark Sevelj and individual contributors."'
author = '"Alex Gaynor, Mark Sevelj and individual contributors."'

__version__ = "4.0.2"
__version__ = "4.1.0"
# The full version, including alpha/beta/rc tags.
release = __version__

Expand Down
2 changes: 1 addition & 1 deletion tag_fields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
django = None

# VERSION = (4, 0, 0)
__version__ = "4.0.2"
__version__ = "4.1.0"

if django and django.VERSION < (3, 2):
default_app_config = "tag_fields.apps.TaggitAppConfig"

0 comments on commit ce78c1c

Please sign in to comment.