Skip to content

Commit

Permalink
Merge pull request #24 from maykinmedia/feature/release-0.3.0
Browse files Browse the repository at this point in the history
🔖 Release version 0.3.0
  • Loading branch information
stevenbal authored May 17, 2024
2 parents 7d0c97d + e9b3c20 commit a2ff5c8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Changelog
=========

0.3.0 (2024-05-17)
------------------

**New features**

* [#14] Add django-log-outgoing-requests to deps
* [open-zaak/open-zaak#1629] Add generic base settings file


0.2.0 (2024-03-22)
------------------

**New features**

* Add support for python 3.10
* Upgrade to Django 4.2
* Add maykin-2fa


0.1.0 (2024-01-30)
------------------

* Initial release as a metapackage to pin several dependencies
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to open-api-framework's documentation!
=================================================

:Version: 0.2.0
:Version: 0.3.0
:Source: https://github.com/maykinmedia/open-api-framework
:Keywords: metapackage, dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.2.0"
release = "0.3.0"


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "open_api_framework"
version = "0.2.0"
description = "TODO"
version = "0.3.0"
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
authors = [
{name = "Maykin Media", email = "[email protected]"}
]
readme = "README.rst"
license = {file = "LICENSE"}
keywords = ["TODO"]
keywords = ["metapackage", "dependencies", "settings"]
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
Expand Down Expand Up @@ -99,7 +99,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.3.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit a2ff5c8

Please sign in to comment.