Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release 0.3.0 #7

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.3
current_version = 0.3.0

[bumpversion:file:setup.cfg]

Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

0.3.0
=====

*February 13, 2024*

* Add configurable client timeout to config

0.2.3
=====

Expand Down Expand Up @@ -32,7 +39,7 @@ Changelog

*September 29, 2022*

* Added ``OpenFormsSlugField`` and renamed ``OpenFormsField`` to
* Added ``OpenFormsSlugField`` and renamed ``OpenFormsField`` to
``OpenFormsUUIDField``.
* Added tests for templatetags.
* Fixed various documentation issues.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Open Forms Client (for Django)
==============================

:Version: 0.2.3
:Version: 0.3.0
:Source: https://github.com/open-formulieren/open-forms-client-django
:Keywords: Open Forms, Client, Django
:PythonVersion: 3.7
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 = django-open-forms-client
version = 0.2.3
version = 0.3.0
description = Easily integrate Open Forms in your Django application.
long_description = file: README.rst
url = https://github.com/open-formulieren/open-forms-client-django
Expand Down
Loading