From 1a66212bf183e8468233f2ba7f0d9b9bd268ae0f Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 4 Jul 2023 01:43:00 +0200 Subject: [PATCH] Update version and `CHANGELOG`. --- CHANGELOG.md | 7 +++++++ extra_settings/metadata.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc7262..e5c5eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.0](https://github.com/fabiocaccamo/django-extra-settings/releases/tag/0.10.0) - 2023-07-04 +- Add `Django 4.2` support. +- Add Russian localization. By [@iredun](https://github.com/iredun) in #95. +- Switch from `setup.cfg` to `pyproject.toml`. +- Replace `flake8` with `Ruff`. +- Fix tests on `Django < 3.2`. + ## [0.9.1](https://github.com/fabiocaccamo/django-extra-settings/releases/tag/0.9.1) - 2023-03-07 - Fix wrong migration `help_text` causing need to make new migrations. diff --git a/extra_settings/metadata.py b/extra_settings/metadata.py index 24f34e5..387675f 100644 --- a/extra_settings/metadata.py +++ b/extra_settings/metadata.py @@ -4,4 +4,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-extra-settings" -__version__ = "0.9.1" +__version__ = "0.10.0"