From bd153d06911f7c2291e96fa0d562f0e58aada1e5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 11 Aug 2023 02:08:04 +0000 Subject: [PATCH] Release 2023.08.10 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5f4d1a..70c5c84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.08.10 + + +### Fixed + +- Corrected 'or' translation to pt-br ([#4507](https://github.com/cookiecutter/cookiecutter-django/pull/4507)) + ## 2023.08.04 diff --git a/setup.py b/setup.py index 6122d3f0..34983e0b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.08.04" +version = "2023.08.10" with open("README.md") as readme_file: long_description = readme_file.read()