Skip to content

Commit

Permalink
Merge pull request #91 from maykinmedia/release/0.9.1
Browse files Browse the repository at this point in the history
🔖 Release 0.9.1
  • Loading branch information
Coperh authored Dec 16, 2024
2 parents 6b5f41f + a0055b5 commit 7317fe1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.9.1 (2024-12-16)
------------------

**Bugfixes/QOL**

* Change ``LOG_STDOUT`` default value to True
* Re-add separate ``CELERY_LOGLEVEL`` configuration setting


0.9.0 (2024-11-11)
------------------
**New Features**
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Open API Framework
==================

:Version: 0.9.0
:Version: 0.9.1
:Source: https://github.com/maykinmedia/open-api-framework
:Keywords: metapackage, dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.9.0"
release = "0.9.1"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "open_api_framework"
version = "0.9.0"
version = "0.9.1"
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -103,7 +103,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

[tool.bumpversion]
current_version = "0.9.0"
current_version = "0.9.1"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit 7317fe1

Please sign in to comment.