File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.9.2 (2025-01-02)
5+ ------------------
6+
7+ **Security updates **
8+
9+ * Upgrade django to 4.2.17
10+
4110.9.1 (2024-12-16)
512------------------
613
Original file line number Diff line number Diff line change 11Open API Framework
22==================
33
4- :Version: 0.9.1
4+ :Version: 0.9.2
55:Source: https://github.com/maykinmedia/open-api-framework
66:Keywords: metapackage, dependencies
77
Original file line number Diff line number Diff line change 2626author = "Maykin Media"
2727
2828# The full version, including alpha/beta/rc tags
29- release = "0.9.1 "
29+ release = "0.9.2 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " open_api_framework"
7- version = " 0.9.1 "
7+ version = " 0.9.2 "
88description = " A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
99authors = [
1010 {name = " Maykin Media" , email = " support@maykinmedia.nl" }
@@ -103,7 +103,7 @@ testpaths = ["tests"]
103103DJANGO_SETTINGS_MODULE = " testapp.settings"
104104
105105[tool .bumpversion ]
106- current_version = " 0.9.1 "
106+ current_version = " 0.9.2 "
107107files = [
108108 {filename = " pyproject.toml" },
109109 {filename = " README.rst" },
You can’t perform that action at this time.
0 commit comments