From e10ed0e693e0e21c13a504e221279f6d5d75e6a5 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Wed, 7 Oct 2020 11:58:51 +0300 Subject: [PATCH] Bump version number to 6.0 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ 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",