diff --git a/HISTORY.rst b/HISTORY.rst index 2a8b79d..c83fd55 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,19 @@ History .. towncrier release notes start +0.3.0 (2023-11-09) +================== + +Features +-------- + +- Improve merge strategy to support all the basic standard Django settings (#5) +- Add support for external configuration json (#9) +- Upgrade to Django 3.2/4.2 (#32) +- Switch to Coveralls Github action (#56) +- Migrate to bump-my-version (#58) + + 0.2.0 (2020-12-27) ================== diff --git a/app_enabler/__init__.py b/app_enabler/__init__.py index 99f2837..0473233 100644 --- a/app_enabler/__init__.py +++ b/app_enabler/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.2.0" +__version__ = "0.3.0" __author__ = "Iacopo Spalletti " diff --git a/changes/32.feature b/changes/32.feature deleted file mode 100644 index 042eadb..0000000 --- a/changes/32.feature +++ /dev/null @@ -1 +0,0 @@ -Upgrade to Django 3.2/4.2 diff --git a/changes/5.feature b/changes/5.feature deleted file mode 100644 index 4e4c873..0000000 --- a/changes/5.feature +++ /dev/null @@ -1 +0,0 @@ -Improve merge strategy to support all the basic standard Django settings diff --git a/changes/56.feature b/changes/56.feature deleted file mode 100644 index ac23805..0000000 --- a/changes/56.feature +++ /dev/null @@ -1 +0,0 @@ -Switch to Coveralls Github action diff --git a/changes/58.feature b/changes/58.feature deleted file mode 100644 index 7a2f2f7..0000000 --- a/changes/58.feature +++ /dev/null @@ -1 +0,0 @@ -Migrate to bump-my-version diff --git a/changes/9.feature b/changes/9.feature deleted file mode 100644 index 9bb2f1a..0000000 --- a/changes/9.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for external configuration json diff --git a/pyproject.toml b/pyproject.toml index 3da6fc7..689a931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "0.2.0" +current_version = "0.3.0" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)