Skip to content

Commit

Permalink
🔖 Bump version to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Mar 26, 2024
1 parent 341cbbf commit 536936d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.32.0 (2024-03-??)
0.32.0 (2024-03-26)
-------------------

The hard dependency on gemma-zds-client client is now optional.
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.31.0
:Version: 0.32.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.31.0"
release = "0.32.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.31.0"
version = "0.32.0"
description = "Configuration for service (OpenAPI 3 or other) consumers"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -102,7 +102,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

[tool.bumpversion]
current_version = "0.31.0"
current_version = "0.32.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down
4 changes: 2 additions & 2 deletions zgw_consumers/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 0.31.0\n"
"Project-Id-Version: 0.32.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-22 02:59-0600\n"
"POT-Creation-Date: 2024-03-26 07:02-0500\n"
"PO-Revision-Date: 2022-05-17 09:40+02:00\n"
"Last-Translator: Sergei Maertens <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit 536936d

Please sign in to comment.