Skip to content

Commit 455bcb4

Browse files
author
github-actions
committed
0.3.3
Automatically generated by python-semantic-release
1 parent caaa9c9 commit 455bcb4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.3.3 (2025-01-05)
5+
6+
### Bug Fixes
7+
8+
- Fix release for real this time
9+
([`caaa9c9`](https://github.com/gtaylor/baymesh-cli/commit/caaa9c961570089a77f528889db14ce9cfdd1538))
10+
11+
412
## v0.3.2 (2025-01-05)
513

614
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "baymesh"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Baymesh command line and library for members of Bayme.sh"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/baymesh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)