From a54ba0021be02952a87cd2a01b5cc9ae3f303e18 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 6 Jun 2024 16:45:37 +0200 Subject: [PATCH] :bookmark: Release version 0.4.0 --- CHANGELOG.rst | 8 ++++++++ README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52ca9e7..e78d116 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +0.4.0 (2024-06-06) +------------------ + +**New features** + +* Add django-setup-configuration to deps +* Add ELASTIC_APM_TRANSACTION_SAMPLE_RATE + 0.3.0 (2024-05-17) ------------------ diff --git a/README.rst b/README.rst index cc4704d..d830181 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Welcome to open-api-framework's documentation! ================================================= -:Version: 0.3.0 +:Version: 0.4.0 :Source: https://github.com/maykinmedia/open-api-framework :Keywords: metapackage, dependencies diff --git a/docs/conf.py b/docs/conf.py index ae478e8..2ceb8ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.3.0" +release = "0.4.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 419f7db..faa6d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open_api_framework" -version = "0.3.0" +version = "0.4.0" description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -100,7 +100,7 @@ testpaths = ["tests"] DJANGO_SETTINGS_MODULE = "testapp.settings" [tool.bumpversion] -current_version = "0.3.0" +current_version = "0.4.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},