Skip to content

Commit

Permalink
🔖 Bump version to 0.34.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jul 31, 2024
1 parent ca999e4 commit aceb68b
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 @@
Changes
=======

0.34.0 (2024-07-31)
-------------------

Feature and maintenance release

* 💥 Dropped support for Django 3.2 (end of life), only 4.2 and up are supported.
* You can now configure a health check endpoint for a service. The HTTP response
status code of this URL is displayed in the admin change page.

0.33.0 (2024-03-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Welcome to ZGW Consumers' documentation!
========================================

:Version: 0.33.0
:Version: 0.34.0
:Source: https://github.com/maykinmedia/zgw-consumers
:Keywords: OpenAPI, Zaakgericht Werken, Common Ground, NLX

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

# The full version, including alpha/beta/rc tags
release = "0.33.0"
release = "0.34.0"


# -- 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 = "zgw-consumers"
version = "0.33.0"
version = "0.34.0"
description = "Configuration for service (OpenAPI 3 or other) consumers"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -101,7 +101,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

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

0 comments on commit aceb68b

Please sign in to comment.