Skip to content

Commit

Permalink
🔖 Bumped to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Jan 27, 2025
1 parent 45037da commit 04cbf1d
Show file tree
Hide file tree
Showing 5 changed files with 26 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.7
current_version = 1.9.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
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
Change history
==============

1.9.0
=====

*January 27, 2025*

* [#996] Smaller header and reworked navigation menu
* [#993] Sent periodic mail with broken links
* [#990] Integrated notifications into the menu structure
* [#989] Sort history by date
* [#988] Add ability to change location order
* [#994] Added option for management organization to force push texts
* [#998] Added option for management organization to set products to not be
offered by default
* [#987] Remove editor locks
* [#997] Rework the blue edit options in the editor
* [#992] Allow editing Dutch and English in the same screen
* [#991] Clarified some errors in the editor
* [#995] Removed introduction texts and removed info-column from product list
* [#999] Various small tweaks
* Updated all libraries.


1.8.7
=====

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.7
:Version: 1.9.0
: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.7",
"version": "1.9.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.8.7"
__version__ = "1.9.0"
__author__ = "Maykin"
__homepage__ = "https://github.com/maykinmedia/sdg-invoervoorziening"

0 comments on commit 04cbf1d

Please sign in to comment.