Commit 9015cf8 1 parent 64c2a81 commit 9015cf8 Copy full SHA for 9015cf8
File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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 ``)
4
11
5
12
0.6.1 (2024-07-31)
6
13
------------------
Original file line number Diff line number Diff line change 1
1
Open API Framework
2
2
==================
3
3
4
- :Version: 0.6.1
4
+ :Version: 0.7.0
5
5
:Source: https://github.com/maykinmedia/open-api-framework
6
6
:Keywords: metapackage, dependencies
7
7
Original file line number Diff line number Diff line change 26
26
author = "Maykin Media"
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = "0.6.1 "
29
+ release = "0.7.0 "
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " open_api_framework"
7
- version = " 0.6.1 "
7
+ version = " 0.7.0 "
8
8
description = " A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
9
9
authors = [
10
10
{name = " Maykin Media" , email = " support@maykinmedia.nl" }
@@ -100,7 +100,7 @@ testpaths = ["tests"]
100
100
DJANGO_SETTINGS_MODULE = " testapp.settings"
101
101
102
102
[tool .bumpversion ]
103
- current_version = " 0.6.1 "
103
+ current_version = " 0.7.0 "
104
104
files = [
105
105
{filename = " pyproject.toml" },
106
106
{filename = " README.rst" },
You can’t perform that action at this time.
0 commit comments