Skip to content

Commit e4fb24f

Browse files
authored
Merge pull request #32 from maykinmedia/feature/release-0.4.2
🔖 Release version 0.4.2
2 parents cf44528 + 4e65e4a commit e4fb24f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.4.2 (2024-06-20)
5+
------------------
6+
7+
**Bugfixes**
8+
9+
* Add missing settings for ``TWO_FACTOR_WEBAUTHN``
10+
411
0.4.1 (2024-06-13)
512
------------------
613

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Open API Framework
22
==================
33

4-
:Version: 0.4.1
4+
:Version: 0.4.2
55
:Source: https://github.com/maykinmedia/open-api-framework
66
:Keywords: metapackage, dependencies
77

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Maykin Media"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "0.4.1"
29+
release = "0.4.2"
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "open_api_framework"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -100,7 +100,7 @@ testpaths = ["tests"]
100100
DJANGO_SETTINGS_MODULE = "testapp.settings"
101101

102102
[tool.bumpversion]
103-
current_version = "0.4.1"
103+
current_version = "0.4.2"
104104
files = [
105105
{filename = "pyproject.toml"},
106106
{filename = "README.rst"},

0 commit comments

Comments
 (0)