Bump version number to 6.0

This commit is contained in:
Swen Kooij 2020-10-07 11:58:51 +03:00
parent da4b1701c7
commit e10ed0e693
2 changed files with 2 additions and 2 deletions

View File

@ -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.**
---

View File

@ -36,7 +36,7 @@ with open(
setup(
name="django-localized-fields",
version="6.0b5",
version="6.0",
packages=find_packages(exclude=["tests"]),
include_package_data=True,
license="MIT License",