mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Bump version number to 6.0
This commit is contained in:
parent
da4b1701c7
commit
e10ed0e693
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
:warning: **This README is for v6 which is currently under development. See the `v5.x` branch for v5.x.**
|
:warning: **This README is for v6. See the `v5.x` branch for v5.x.**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ with open(
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-localized-fields",
|
name="django-localized-fields",
|
||||||
version="6.0b5",
|
version="6.0",
|
||||||
packages=find_packages(exclude=["tests"]),
|
packages=find_packages(exclude=["tests"]),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
license="MIT License",
|
license="MIT License",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user