Skip to content

Commit c538c32

Browse files
chore(staging): release 1.5.1
1 parent cc1ad97 commit c538c32

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.
55

6+
## [1.5.1](https://github.com/quintoandar/butterfree/compare/1.5.0...1.5.1) (2025-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* testing ([cc1ad97](https://github.com/quintoandar/butterfree/commit/cc1ad971e42f2d0bd6df74b0b0da1bc61bc5b22c))
12+
613
## [1.5.0](https://github.com/quintoandar/butterfree/releases/tag/1.5.0)
714
* Fix releasing process
815

butterfree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module docstring example, following Google's docstring style."""
22

3-
__version__ = "1.5.0" # x-release-please-version
3+
__version__ = "1.5.1" # x-release-please-version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "butterfree"
4-
__version__ = "1.5.0" # x-release-please-version
4+
__version__ = "1.5.1" # x-release-please-version
55
__repository_url__ = "https://github.com/quintoandar/butterfree"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)