Skip to content

Commit

Permalink
🔖 release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Feb 7, 2024
1 parent b9027c4 commit 08156cf
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 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.5.1
current_version = 1.5.2

[bumpversion:file:README.rst]

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changes
=======

1.5.2 (2024-02-07)
==================

**Project maintenance**

* [#127] Upgraded mozilla-django-oidc-db to 0.14.1 and mozilla-django-oidc to 4.0.0


1.5.1 (2023-12-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Notificaties
=================

:Version: 1.5.1
:Version: 1.5.2
:Source: https://github.com/open-zaak/open-notificaties
:Keywords: zaken, zaakgericht werken, GEMMA, notificaties
:PythonVersion: 3.10
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/open-notificaties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

- role: open_notificaties_docker
vars:
opennotificaties_version: '1.5.1' # see https://hub.docker.com/r/openzaak/open-notificaties/tags
opennotificaties_version: '1.5.2' # see https://hub.docker.com/r/openzaak/open-notificaties/tags
opennotificaties_cache_db: 1
tags:
- replicas
Expand Down
2 changes: 1 addition & 1 deletion 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": "nrc",
"version": "1.5.1",
"version": "1.5.2",
"description": "Open Notificaties",
"main": "src/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Open Notificaties
url: 'https://github.com/open-zaak/open-notificaties.git'
softwareType: standalone/backend
softwareVersion: 1.5.1
softwareVersion: 1.5.2
releaseDate: '2023-12-07'
logo: 'https://raw.githubusercontent.com/open-zaak/open-notificaties/main/docs/logo.svg'
platforms:
Expand Down
2 changes: 1 addition & 1 deletion src/nrc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__all__ = ("celery_app",)

__version__ = "1.5.1"
__version__ = "1.5.2"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/open-zaak/open-notificaties"
4 changes: 2 additions & 2 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ components:
maxLength: 50
minLength: 1
hoofdObject:
title: hoofd object
title: hoofdobject
description: URL-referentie naar het hoofd object van de publicerende API
die betrekking heeft op de `resource`.
type: string
Expand All @@ -922,7 +922,7 @@ components:
maxLength: 100
minLength: 1
resourceUrl:
title: resource URL
title: resource-URL
description: URL-referentie naar de `resource` van de publicerende API.
type: string
format: uri
Expand Down
4 changes: 2 additions & 2 deletions src/swagger2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
"minLength": 1
},
"hoofdObject": {
"title": "hoofd object",
"title": "hoofdobject",
"description": "URL-referentie naar het hoofd object van de publicerende API die betrekking heeft op de `resource`.",
"type": "string",
"format": "uri",
Expand All @@ -1013,7 +1013,7 @@
"minLength": 1
},
"resourceUrl": {
"title": "resource URL",
"title": "resource-URL",
"description": "URL-referentie naar de `resource` van de publicerende API.",
"type": "string",
"format": "uri",
Expand Down

0 comments on commit 08156cf

Please sign in to comment.