Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Nov 9, 2023
1 parent 81fcd4d commit 6590d83
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion app_enabler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Iacopo Spalletti <[email protected]>"
1 change: 0 additions & 1 deletion changes/32.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/5.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/56.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/58.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/9.feature

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 6590d83

Please sign in to comment.