Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed May 7, 2023
1 parent 45d1456 commit e66377e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[bumpversion]
current_version = 0.10.1.dev1
current_version = 0.5.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
{major}.{minor}.{patch}
{major}.{minor}.{patch}.{release}{relver}
{major}.{minor}.{patch}
commit = True
tag = True
tag = False
sign_tags = True
tag_name = {new_version}
message = Release {new_version}

[bumpversion:part:release]
optional_value = gamma
values =
dev
a
b
rc
gamma
dev
a
b
rc
gamma

[bumpversion:file:djangocms_apphook_setup/__init__.py]
10 changes: 8 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
History
*******

Unreleased
.. towncrier release notes start
0.5.0 (2023-05-07)
==================

* Nothing yet
Features
--------

- Add support for Django 4.2 / django CMS 3.11 (#16)
- Update tooling and drop Python 2 / Django < 2.2 compatibility (#10214)

0.4.1 (2019-12-22)
==================
Expand Down
1 change: 0 additions & 1 deletion changes/10214.feature

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion djangocms_apphook_setup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Iacopo Spalletti"
__email__ = "[email protected]"
__version__ = "0.4.2.dev1"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target-version = ["py36"]
include = 'djangocms_apphook_setup/*py'

[tool.towncrier]
package = "djangocms-apphook-setup"
package = "djangocms_apphook_setup"
directory = "changes"
filename = "HISTORY.rst"
title_format = "{version} ({project_date})"
Expand Down

0 comments on commit e66377e

Please sign in to comment.