Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from open-formulieren/feature/release-0.2.0
Browse files Browse the repository at this point in the history
🔖 Release 0.2.0
  • Loading branch information
stevenbal authored Aug 8, 2024
2 parents b32b9ce + ea87040 commit e6e33a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to open-forms-ext-stuf-zds-payments's documentation!
=================================================

:Version: 0.1.0
:Version: 0.2.0
:Source: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments
:Keywords: ``<keywords>``
:PythonVersion: 3.10, 3.12
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.1.0"
release = "0.2.0"


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

[project]
name = "open-forms-ext-stuf-zds-payments"
version = "0.1.0"
description = "TODO"
version = "0.2.0"
description = "Extra payment attributes for Open Forms StUF-ZDS registration backend"
authors = [
{name = "Maykin Media", email = "[email protected]"}
]
readme = "README.rst"
license = {file = "LICENSE"}
keywords = ["TODO"]
keywords = ["openforms", "payments", "stufzds"]
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
Expand Down Expand Up @@ -71,7 +71,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

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

0 comments on commit e6e33a6

Please sign in to comment.