Skip to content

Commit

Permalink
🔖 Bump to version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed May 3, 2024
1 parent 426c5bd commit 7fd2a0d
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.8.4
current_version = 1.8.5
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
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.4
:Version: 1.8.5
:Source: https://github.com/maykinmedia/sdg-invoervoorziening
:Keywords: sdg, pdc, gemeenten, provincies, waterschappen, vng, ipo, uvw
:PythonVersion: 3.10
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdg",
"version": "1.8.4",
"version": "1.8.5",
"description": "sdg project",
"main": "src/static/sdg/js/sdg.js",
"directories": {
Expand All @@ -17,7 +17,7 @@
"type": "git",
"url": "git+ssh://git@bitbucket.org/maykinmedia/sdg.git"
},
"author": "Maykin Media",
"author": "Maykin",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.4"
__author__ = "Maykin Media"
__version__ = "1.8.5"
__author__ = "Maykin"
__homepage__ = "https://github.com/maykinmedia/sdg-invoervoorziening"
Binary file modified src/sdg/static/images/maykin_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/sdg/templates/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1 class="title__header">PDC API voor producten in de SDG</h1>
<footer class="footer container">
<div class="footer__row">
<div class="footer__col footer__col--small">
<img src="{% static 'images/maykin_logo.svg' %}" alt="Maykin Media logo" height="48">
<img src="{% static 'images/maykin_logo.svg' %}" alt="Maykin logo" height="48">
<p>
Ontwikkeld door <a class="link" href="https://www.maykinmedia.nl">Maykin B.V.</a><br>
in opdracht van <a class="link" href="https://vng.nl/" title="Vereniging Nederlandse Gemeenten">VNG</a>, <a class="link" href="https://www.ipo.nl/" title="Interprovinciaal Overleg">IPO</a> en <a class="link" href="https://unievanwaterschappen.nl/" title="Unie van Waterschappen">UVW</a>
Expand Down

0 comments on commit 7fd2a0d

Please sign in to comment.