Skip to content

Commit

Permalink
🔖 Bump to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Jan 4, 2023
1 parent 7622682 commit 3fc5a18
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 23 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.6.1
current_version = 1.7.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{pre}.{build}
Expand Down
28 changes: 27 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
Change history
==============


1.7.0
=====

**January 6, 2022*
* [#905] Fixed adding bevoegde organisaties that wasn't functioning in some cases
* [#895] Added preview of concept texts
* [#844] Added command to correct explanation fields that are unmodified from the template
* [#871] Added logic to remove generic products if they are no longer used
* Fixed notifications that were sometimes missing after saving
* Fixed field ordering to match between the CMS and the preview
* Changed that products without a generic text are now visible in the reference catalog
* Changed email addresses to be case-insensitive
* Added "dump" command for product, to generate a full list of all products
* Updated to Python 3.10 and Debian 11 slim image
* Various small changes

**API changes**

* [#847] Added generic product texts resource to the API
* [#824] Remove explanation texts (in the API output) if they are not needed
* Changed product detail and list resources to also show products that have no generic text
* Changed the list of products shown nested in the catalog resource to use the same logic as the product list resource


1.6.1
=====

Expand All @@ -28,7 +54,7 @@ Change history
* Fixed creating a new product version in the admin (although you typically should not do this)
* Added ability to admins to enable concepts/future product publications for API clients

API changes
**API changes**

* [#859] Fixed showing duplicates when going over paginated lists
* [#857] Fixed uncatched error when passing an empty string as catalog
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prerequisites

You need the following libraries and/or programs:

* `Python`_ 3.8 or above
* `Python`_ 3.10 or above
* Python `Virtualenv`_ and `Pip`_
* `PostgreSQL`_ 10 or above
* `Node.js`_
Expand Down
40 changes: 22 additions & 18 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
PDC voor de SDG
===============

:Version: 1.6.1
:Version: 1.7.0
:Source: https://github.com/maykinmedia/sdg-invoervoorziening
:Keywords: vng, ipo, waterschapshuis, sdg, pdc, gemeenten, provincies, waterschappen
:Keywords: sdg, pdc, gemeenten, provincies, waterschappen, vng, ipo, uvw
:PythonVersion: 3.10

|build-status| |coverage| |docker| |black| |python-versions|

Beheer de teksten van producten en diensten t.b.v. de `Single Digital Gateway`_
(SDG) via het CMS en/of de API.

Ontwikkeld door `Maykin`_ in opdracht van `VNG Realisatie`_,
`IPO`_ en `Unie van Waterschappen`_.
Ontwikkeld door `Maykin`_ in opdracht van `VNG Realisatie`_ (VNG),
`Interprovinciaal Overleg`_ (IPO) en `Unie van Waterschappen`_ (UVW).


Introductie
Expand All @@ -38,39 +38,43 @@ Speerpunten zijn (afhankelijk van de installatie en autorisaties):
* Hergebruik van SDG productbeschrijvingen: Teksten die in deze applicatie
beheerd worden, kunnen ook opgenomen worden in de eigen website via de API.
* Hergebruik van eigen productbeschrijvingen: Teksten die in het CMS van de
organisatie staan kunnen aangeleverd worden aan de API zodat er geen
teksten beheerd hoeven te worden via het CMS.
organisatie staan kunnen aangeleverd worden aan de API zodat er geen
teksten beheerd hoeven te worden via dit CMS.


API specificatie
================

De API specificatie is beschikbaar in het Open API Specification (OAS) versie 3
formaat. If a version is missing, it means there are no changes compared to the
previous version.
formaat. De versienummering volgt die van de SDG voorziening als geheel. Indien
een versie hieronder ontbreekt dan zijn er geen wijzigingen geweest in de API
specificaties sinds de vorige versie.

============== ============== =============================
Versie Release datum API specificatie
============== ============== =============================
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/master/src/openapi.yaml>`_,
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/master/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/master/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.6.0..master#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.6.0 2022-12-14 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.6.0/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.7.0..master#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.7.0 2023-01-06 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.7.0/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.7.0/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.7.0..1.6.0#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.6.0 2022-12-14 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.6.0/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.6.0/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.4.0..1.6.0#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.4.0 2022-09-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.4.0/src/openapi.yaml>`_,
1.4.0 2022-09-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.4.0/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.4.0/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.3.0..1.4.0#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.3.0 2022-08-15 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.3.0/src/openapi.yaml>`_,
1.3.0 2022-08-15 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.3.0/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.3.0/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.2.0..1.3.0#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.2.0 2022-05-24 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.2.0/src/openapi.yaml>`_,
1.2.0 2022-05-24 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.2.0/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.2.0/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.1.0..1.2.0#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.1.0 2022-04-08 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1fe65d2e43c37196bbdee161d4fa8951191f7e3a/src/openapi.yaml>`_,
1.1.0 2022-04-08 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1fe65d2e43c37196bbdee161d4fa8951191f7e3a/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1fe65d2e43c37196bbdee161d4fa8951191f7e3a/src/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/sdg-invoervoorziening/compare/1.0.0..1fe65d2e43c37196bbdee161d4fa8951191f7e3a#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.0.0 2022-01-24 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.0.0/src/openapi.yaml>`_,
1.0.0 2022-01-24 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.0.0/src/openapi.yaml&nocors>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/sdg-invoervoorziening/1.0.0/src/openapi.yaml>`_
============== ============== =============================

Expand Down Expand Up @@ -116,13 +120,13 @@ Licensed under the `EUPL`_.
:alt: Docker image
:target: https://hub.docker.com/r/maykinmedia/sdg-invoervoorziening

.. |python-versions| image:: https://img.shields.io/badge/python-3.8%2B-blue.svg
.. |python-versions| image:: https://img.shields.io/badge/python-3.10%2B-blue.svg
:alt: Supported Python version


.. _`Maykin`: https://www.maykinmedia.nl
.. _`VNG Realisatie`: https://www.vngrealisatie.nl/
.. _`IPO`: https://www.ipo.nl/
.. _`Interprovinciaal Overleg`: https://www.ipo.nl/
.. _`Unie van Waterschappen`: https://unievanwaterschappen.nl/
.. _`Single Digital Gateway`: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2018.295.01.0001.01.ENG&toc=OJ:L:2018:295:TOC
.. _`EUPL`: LICENSE.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdg",
"version": "1.6.1",
"version": "1.7.0",
"description": "sdg project",
"main": "src/static/sdg/js/sdg.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/sdg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .celery import app as celery_app

__all__ = ("celery_app",)
__version__ = "1.6.1"
__version__ = "1.7.0"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/maykinmedia/sdg-invoervoorziening"

0 comments on commit 3fc5a18

Please sign in to comment.