Skip to content

Commit d3f7dc0

Browse files
Merge pull request #131 from maykinmedia/release/0.9.6
🔖 Release 0.9.6
2 parents 44755af + f7c9e61 commit d3f7dc0

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.rst

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

4+
0.9.6 (2025-03-28)
5+
------------------
6+
7+
**Maintenance**
8+
9+
* [#59] Set ``SITE_DOMAIN`` default to an empty string and add ``SITE_ID``
10+
11+
412
0.9.5 (2025-03-24)
513
------------------
614

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.9.5
4+
:Version: 0.9.6
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.9.5"
29+
release = "0.9.6"
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.9.5"
7+
version = "0.9.6"
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]"}
@@ -109,7 +109,7 @@ env = [
109109
]
110110

111111
[tool.bumpversion]
112-
current_version = "0.9.5"
112+
current_version = "0.9.6"
113113
files = [
114114
{filename = "pyproject.toml"},
115115
{filename = "README.rst"},

0 commit comments

Comments
 (0)