Skip to content

Commit 10b9a77

Browse files
committed
🔖 release 3.1.0
1 parent 32ed46a commit 10b9a77

7 files changed

+21
-7
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.0
4+
current_version = 3.1.0
55

66
[bumpversion:file:README.rst]
77
search = :Version: {current_version}

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Change history
33
==============
44

5+
3.1.0 (2025-02-26)
6+
------------------
7+
8+
**Bugfixes and QOL**
9+
10+
* disabled admin nav sidebar [open-api-framework/#79]
11+
12+
**Project maintenance**
13+
14+
* bumped python dependencies: open-api-framework to 0.9.3, commonground-api-common to 2.5.0, django to 4.2.19, cryptography to 44.0.1
15+
* added bump-my-version to dev dependencies [#152]
16+
* added workflow to CI to auto-update open-api-framework [#145]
17+
* updated quick-start workflow to test docker-compose.yml [maykinmedia/objects-api#509, open-api-framework/#104]
18+
519
3.0.0 (2025-01-22)
620
------------------
721

README.NL.rst

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

5-
:Version: 3.0.0
5+
:Version: 3.1.0
66
:Source: https://github.com/maykinmedia/objecttypes-api
77
:Keywords: objecten, assets, zaakobjecten
88

README.rst

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

5-
:Version: 3.0.0
5+
:Version: 3.1.0
66
:Source: https://github.com/maykinmedia/objecttypes-api
77
:Keywords: objects, assets, zaakobjecten
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": "objecttypes",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "objecttypes project",
55
"main": "src/objecttypes/static/bundles/objecttypes-js.js",
66
"directories": {

publiccode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
77
name: Objecttypes API
88
url: 'http://github.com/maykinmedia/objecttypes-api.git'
99
softwareType: standalone/backend
10-
softwareVersion: 3.0.0
10+
softwareVersion: 3.1.0
1111
releaseDate: '2025-01-22'
1212
logo: 'https://github.com/maykinmedia/objects-api/blob/master/docs/logo.png'
1313
platforms:

0 commit comments

Comments
 (0)