Skip to content

Commit

Permalink
🔖 Bumped to version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Sep 13, 2023
1 parent bac62d0 commit 28fbda2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.8.1
current_version = 1.8.2
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
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change history
==============

1.8.2
=====

*September 13, 2023*

* [#967] Clear "toelichting" when product availability is set to unknown or yes.


1.8.1
=====

Expand All @@ -10,6 +18,7 @@ Change history
* [#963] Added label "decentrale link" in preview page.
* [#964] Improved "decentrale link" validation error messages.


1.8.0
=====

Expand All @@ -28,6 +37,7 @@ Change history
* [#931] Prevent publication of products that have the initial offered status of "unknown".
* [#930] URLs are now validated to start with "https://" to prevent insecure URLs.


1.7.3
=====

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 @@
PDC voor de SDG
===============

:Version: 1.8.1
:Version: 1.8.2
:Source: https://github.com/maykinmedia/sdg-invoervoorziening
:Keywords: sdg, pdc, gemeenten, provincies, waterschappen, vng, ipo, uvw
:PythonVersion: 3.10
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": "sdg",
"version": "1.8.0",
"version": "1.8.2",
"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.8.1"
__version__ = "1.8.2"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/maykinmedia/sdg-invoervoorziening"

0 comments on commit 28fbda2

Please sign in to comment.