Skip to content

Commit

Permalink
🔖 Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Nov 8, 2023
1 parent 147fa32 commit 5928ad4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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 = 0.3.0
current_version = 0.4.0

[bumpversion:file:setup.cfg]

Expand Down
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.4.0 (08-11-2023)
==================

* Upgraded base image to bullseye
* Removed Docker files for CI and refactored so that we don't use Open Forms test images in CI.
* Added code coverage
* Added a label field to the token exchange configuration model

0.3.0 (24-11-2022)
==================

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Open Forms extension token exchange
===================================

:Version: 0.3.0
:Version: 0.4.0
:Source: https://github.com/open-formulieren/open-forms-ext-token-exchange
:Keywords: Open Forms Extension, Keycloak token exchange

Expand Down Expand Up @@ -42,7 +42,7 @@ Requirements
------------

* Python 3.7 or above
* setuptools 30.3.0 or above
* setuptools 30.4.0 or above

This comment has been minimized.

Copy link
@SilviaAmAm

SilviaAmAm Nov 8, 2023

Author Collaborator

Oups, fixed this in a later commit 🙈

* Django 3.2


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

# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = open-forms-ext-token-exchange
version = 0.3.0
version = 0.4.0
description = "Open Forms extension to use Keycloak access tokens when requesting prefill data from external APIs."
long_description = file: README.rst
url = https://github.com/open-formulieren/open-forms-ext-token-exchange
Expand Down

0 comments on commit 5928ad4

Please sign in to comment.