Skip to content

Commit

Permalink
🔖 release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Feb 27, 2025
1 parent 382c94d commit 9611da4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 8 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 = 3.0.0
current_version = 3.0.1

[bumpversion:file:README.rst]
search = :Version: {current_version}
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Change history
==============

3.0.1 (2025-02-27)
------------------

**Bugfixes and QOL**

* [:objects-api:`464`] improved performance of the permission page in the Admin :zap:
* [:open-api-framework:`79`] disabled admin nav sidebar

**Project maintenance**

* 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
* [:objects-api:`529`] added bump-my-version to dev dependencies
* [:open-api-framework:`44`] added workflow to CI to auto-update open-api-framework
* [:objects-api:`509`, :open-api-framework:`104`] updated quick-start workflow to test docker-compose.yml
* [:charts:`165`] remove unused celery worker command line args

**Documentation**

* [:objects-api:`521`] updated documentation for ``django-setup-configuration`` steps with YAML example directive

3.0.0 (2025-01-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.NL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Objecten API
============

:Version: 3.0.0
:Version: 3.0.1
:Source: https://github.com/maykinmedia/objecttypes-api
:Keywords: objecten, assets, zaakobjecten

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 @@
Objects API
===========

:Version: 3.0.0
:Version: 3.0.1
:Source: https://github.com/maykinmedia/objects-api
:Keywords: objects, assets, zaakobjecten

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objects",
"version": "3.0.0",
"version": "3.0.1",
"description": "objects project",
"main": "src/objects/static/bundles/objects-js.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Objects API
url: 'http://github.com/maykinmedia/objects-api.git'
softwareType: standalone/backend
softwareVersion: 3.0.0
softwareVersion: 3.0.1
releaseDate: '2025-01-22'
logo: 'https://github.com/maykinmedia/objects-api/blob/master/docs/logo.png'
platforms:
Expand Down
2 changes: 1 addition & 1 deletion src/objects/__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__ = "3.0.0"
__version__ = "3.0.1"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/maykinmedia/objects-api"

0 comments on commit 9611da4

Please sign in to comment.