Skip to content

Commit

Permalink
🔖 Bump version to 0.19.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jan 8, 2025
1 parent f2ed97a commit 71b0fe4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

0.19.0 (2025-01-08)
===================

Added some additional eHerkenning/eIDAS metadata fields.

* Added fields for administrative contact person details.
* Added a field for a separate eIDAS service description.

0.18.0 (2024-12-27)
===================

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 @@
django-digid-eherkenning
========================

:Version: 0.18.0
:Version: 0.19.0
:Source: https://github.com/maykinmedia/django-digid-eherkenning
:Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.18.0"
release = "0.19.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-digid-eherkenning"
version = "0.18.0"
version = "0.19.0"
description = "A Django app for DigiD/eHerkenning authentication flows"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -96,7 +96,7 @@ markers = [
]

[tool.bumpversion]
current_version = "0.18.0"
current_version = "0.19.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit 71b0fe4

Please sign in to comment.