Skip to content

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Sep 26, 2023
1 parent 49f6bcd commit 76617d2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 deletions.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ History

.. towncrier release notes start
3.3.2 (2023-09-26)
==================

Features
--------

- Migrate to bump-my-version (#237)


Bugfixes
--------

- Fix ruff linting (#232)


3.3.1 (2023-07-09)
==================

Expand Down
2 changes: 1 addition & 1 deletion app_helper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.2.dev0"
__version__ = "3.3.2"
__author__ = "Iacopo Spalletti <i.spalletti@nephila.digital>"
__all__ = ["runner"]

Expand Down
1 change: 0 additions & 1 deletion changes/232.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/237.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 = "3.3.2.dev0"
current_version = "3.3.2"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down
23 changes: 0 additions & 23 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
[bumpversion]
current_version = 3.3.2.dev0
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}
commit = 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

[bumpversion:file:app_helper/__init__.py]

[metadata]
name = django-app-helper
version = attr: app_helper.__version__
Expand Down

0 comments on commit 76617d2

Please sign in to comment.