diff --git a/README.rst b/README.rst index 19f4df7..8caa64d 100644 --- a/README.rst +++ b/README.rst @@ -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: ```` :PythonVersion: 3.10, 3.12 diff --git a/docs/conf.py b/docs/conf.py index b869cc9..945cab0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3d369e1..c9db878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "support@maykinmedia.nl"} ] readme = "README.rst" license = {file = "LICENSE"} -keywords = ["TODO"] +keywords = ["openforms", "payments", "stufzds"] classifiers = [ "Development Status :: 3 - Alpha", "Framework :: Django", @@ -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"},