Skip to content

Commit

Permalink
🔖 Bump version to 1.1.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Mar 11, 2020
1 parent 06a83ac commit f4444c2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0.4
current_version = 1.1.0

[bumpversion:file:README.rst]

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.1.0 (2020-03-??)
1.1.0 (2020-03-11)
------------------

New feature release. Note that this is **not** yet an implementation of the 1.1.x API
Expand All @@ -10,7 +10,7 @@ specs!
* Included playbooks for NLX deployment
* Added communication channels to the docs (i.e. - how to find/contact us!)
* Added ADFS support (i.e. you can now log in to the admin with ADFS)
* ... ?
* Fixed some deployment tooling

1.0.4 (2020-03-05)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Open Zaak
=========
*Productiewaardige API's voor Zaakgericht Werken*

:Version: 1.0.4
:Version: 1.1.0
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.7
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: '1.0.4'
openzaak_version: '1.1.0'
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.0.4' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.1.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

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": "openzaak",
"version": "1.0.4",
"version": "1.1.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit f4444c2

Please sign in to comment.