Skip to content

Commit cc5cca0

Browse files
🔖 Bump to 3.0.3 and update changelog
1 parent 62facca commit cc5cca0

8 files changed

+16
-8
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 3.0.2
4+
current_version = 3.0.3
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{pre}.{build}

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Changelog
66

77
The Dutch version of this changelog can be found :ref:`here <changelog-nl>`.
88

9+
3.0.3 (2025-02-05)
10+
==================
11+
12+
Bugfix release on request.
13+
14+
* [:backend:`4375`] Reverted "Removed environment variable
15+
``DISABLE_SENDING_HIDDEN_FIELDS`` for Objects API."
16+
917
3.0.2 (2025-01-31)
1018
==================
1119

README.NL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Formulieren
33
================
44

5-
:Version: 3.0.2
5+
:Version: 3.0.3
66
:Source: https://github.com/open-formulieren/open-forms
77
:Keywords: e-Formulieren, Common Ground, FormIO, API
88

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Forms
33
==========
44

5-
:Version: 3.0.2
5+
:Version: 3.0.3
66
:Source: https://github.com/open-formulieren/open-forms
77
:Keywords: e-Formulieren, Common Ground, FormIO, API
88

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openforms",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Open Forms",
55
"main": "src/static/openforms/js/openforms.js",
66
"directories": {

publiccode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
77
name: Open Forms Builder and API
88
url: 'http://github.com/open-formulieren/open-forms.git'
99
softwareType: standalone/backend
10-
softwareVersion: 3.0.2
10+
softwareVersion: 3.0.3
1111
releaseDate: '2022-03-10'
1212
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
1313
platforms:

src/openforms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .celery import app as celery_app
22

33
__all__ = ("celery_app",)
4-
__version__ = "3.0.2"
4+
__version__ = "3.0.3"
55
__author__ = "Maykin Media"
66
__homepage__ = "https://github.com/open-formulieren/open-forms"

0 commit comments

Comments
 (0)