diff --git a/README.md b/README.md index 61858c2..d737034 100644 --- a/README.md +++ b/README.md @@ -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.** --- diff --git a/setup.py b/setup.py index dbe54c1..a839ec9 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run(self): setup( name="django-localized-fields", - version="6.0b5", + version="6.0", packages=find_packages(exclude=["tests"]), include_package_data=True, license="MIT License",