Skip to content

Commit

Permalink
🔖 release version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Jul 31, 2024
1 parent e4e898c commit bff0c93
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========


0.6.1 (2024-07-31)
------------------

**Project maintenance and QOL**

* Updated dependencies:
- django ``4.2.11+`` to ``4.2.14+``
- django-axes ``6.3.0+`` to ``6.5.1+``
- django-cors-headers ``4.3.1+`` to ``4.4.0+``
- django-jsonform ``2.21.4+`` to ``2.22.0+``
- djangorestframework ``3.12.4+`` to ``3.15.2+``
- django-filter ``23.2+`` to ``24.2+``
- drf-spectacular ``0.27.0+`` to ``0.27.2+``
- mozilla-django-oidc-db ``0.14.1+`` to ``0.19.0+``
- requests ``2.31.0+`` to ``2.32.3+``
- sentry-sdk ``1.39.2+`` to ``2.11.0+``
- elastic-apm ``6.20.0+`` to ``6.22.0+``
- celery ``5.2.7+`` to ``5.4.0+``
- maykin-2fa ``1.0.0+`` to ``1.0.1+``


0.6.0 (2024-07-04)
------------------

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.6.0"
release = "0.6.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.6.0"
version = "0.6.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 @@ -100,7 +100,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

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

0 comments on commit bff0c93

Please sign in to comment.