feat(setup.py): bump version to 0.2.0 for Django
Multiselectfield This update marks the transition from a pre-release, Django 4 specific version (0.1.12-django4-1-1) to a more stable release (0.2.0). The change signifies not just the increment in functionality but also better compatibility and bug fixes that are relevant to all Django versions, not just Django 4. This version bump responds to the community feedback for a more stable and broadly compatible version of the Django Multiselectfield package. By moving to a semantically significant versioning, we aim to provide clearer expectations about the maintenance and stability of the package to developers. This change encourages wider adoption and more reliable integration into Django projects.
This commit is contained in:
parent
c119a2d251
commit
7f511ea1af
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ def read(*rnames):
|
|||
|
||||
setup(
|
||||
name="django-multiselectfield",
|
||||
version="0.1.12-django4-1-1",
|
||||
version="0.2.0",
|
||||
author="Pablo Martin",
|
||||
author_email="goinnn@gmail.com",
|
||||
description="Django multiple select field",
|
||||
|
|
Loading…
Reference in a new issue