Skip to content

Commit 9015cf8

Browse files
committed
🔖 Release version 0.7.0
1 parent 64c2a81 commit 9015cf8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.7.0 (2024-08-15)
5+
------------------
6+
7+
**New features**
8+
9+
* Management command to generate documentation for environment variables
10+
* Made SESSION_COOKIE_SAMESITE and CSRF_COOKIE_SAMESITE configurable via environment variables (default ``Strict``)
411

512
0.6.1 (2024-07-31)
613
------------------

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Open API Framework
22
==================
33

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

docs/conf.py

+1-1
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.6.1"
29+
release = "0.7.0"
3030

3131

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

pyproject.toml

+2-2
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.6.1"
7+
version = "0.7.0"
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 = "support@maykinmedia.nl"}
@@ -100,7 +100,7 @@ testpaths = ["tests"]
100100
DJANGO_SETTINGS_MODULE = "testapp.settings"
101101

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

0 commit comments

Comments
 (0)