Skip to content

Commit

Permalink
release: 0.43.5 → 0.43.6 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent 257fae5 commit 872f283
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.43.6 (2024-05-14)

### Fix

- remove build-system (#15)
- publish to pypi (#14)
- packaging
- packaging
- packaging
- packaging
- packaging
- packaging
- packaging
- packaging
- packaging
- packaging
- unquote bash globbing
- use checkout@v3 (#13)
- checkout project (#12)
- path in manylinux packaging (#11)
- add package action and make bump a manual step (#10)

## 0.43.5 (2024-05-14)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.5
0.43.6
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.43.5"
version = "0.43.6"
tag_format = "$version"
bump_message = "release: $current_version → $new_version [skip-ci]"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def finalize_options(self):

setup_kwargs = {
"name": "buvar",
"version": "0.43.5",
"version": "0.43.6",
"description": "Asyncio plugins, components, dependency injection and configs",
"long_description": description,
"long_description_content_type": "text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion src/buvar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.43.5"
__version__ = "0.43.6"
__version_info__ = tuple(__version__.split("."))


Expand Down

0 comments on commit 872f283

Please sign in to comment.