Skip to content

Commit

Permalink
🔖 Bump version to 1.7.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jul 26, 2022
1 parent ea5dad8 commit f5e33e6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.7.1
current_version = 1.7.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.7.2 (2022-07-26)
------------------

Fixed some issues discovered when upgrading from 1.6 or older

* [#1227] Added missing OIO relation validation when using remote resources
* [#1213] Add missing migration for Status.Meta changes
* Fixed issue in migration order

1.7.1 (2022-07-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| | | |
|-|-|-|
| **Version:** | 1.7.1 |
| **Version:** | 1.7.2 |
| **Source:** | https://github.com/open-zaak/open-zaak |
| **Keywords:** | zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api |
| **PythonVersion:** | 3.9 |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Open Zaak

.. _`Read this in English`: README.en.md

:Version: 1.7.1
:Version: 1.7.2
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.9
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: openzaak_version: '1.7.1'
openzaak_version: openzaak_version: '1.7.2'
openzaak_db_host: "{{ db.privateIp }}"
openzaak_db_port: "{{ db.port }}"
tags:
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/open-zaak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

- role: open_zaak_docker
vars:
openzaak_version: '1.7.1' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.7.2' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openzaak",
"version": "1.7.1",
"version": "1.7.2",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit f5e33e6

Please sign in to comment.