Skip to content

Commit

Permalink
Merge pull request #38 from open-zaak/release/1.1.4
Browse files Browse the repository at this point in the history
Prepare 1.1.4 release
  • Loading branch information
sergei-maertens committed Mar 25, 2021
2 parents 18821f3 + 5655fc2 commit e57a7d6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 93 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.1.3
current_version = 1.1.4

[bumpversion:file:README.rst]

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

1.1.4 (2021-03-25)
==================

Quality of life release

* Updated to pip-tools 6 internally for dependency management
* Bumped Django and Jinja2 dependencies to get their respective bug- and security fixes
* Added support for self-signed (root) certificates, see the documentation on readthedocs
for more information.
* Clarified version numbers display in footer

1.1.3 (2021-03-17)
==================

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.1.3
:Version: 1.1.4
:Source: https://github.com/open-zaak/open-notificaties
:Keywords: zaken, zaakgericht werken, GEMMA, notificaties
:PythonVersion: 3.6
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.1.3' # see https://hub.docker.com/r/openzaak/open-notificaties/tags
opennotificaties_version: '1.1.4' # see https://hub.docker.com/r/openzaak/open-notificaties/tags
opennotificaties_cache_db: 1
tags:
- replicas
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
collections:
- name: openzaak.deploy
version: 0.10.0
version: 0.12.0
source: https://galaxy.ansible.com

roles:
Expand Down
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.1.3",
"version": "1.1.4",
"description": "Open Notificaties",
"main": "src/index.js",
"directories": {
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.1.3"
__version__ = "1.1.4"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/open-zaak/open-notificaties"
85 changes: 0 additions & 85 deletions src/nrc/templates/main.html

This file was deleted.

4 changes: 2 additions & 2 deletions src/nrc/templates/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ <h5>Overige</h5>

<div class="row">
<div class="col-6 text-muted">
<code>{{ settings.API_VERSION }}</code>
<code>API-standaard: {{ settings.API_VERSION }}</code>
</div>
<div class="col-6 text-muted text-right">
<code>{{ settings.RELEASE }}</code>
<code>Open Notificaties: {{ settings.RELEASE }}</code>
<br>
<code>{{ settings.GIT_SHA|default:"" }}</code>
</div>
Expand Down

0 comments on commit e57a7d6

Please sign in to comment.