Skip to content

Commit 8dd80a9

Browse files
chore(staging): release 1.7.1 (#414)
🤖 I have created a release *beep* *boop* --- ## [1.7.1](1.7.0...1.7.1) (2025-04-03) ### Bug Fixes * **mlop-2726:** removing the last unecessary validation ([#413](#413)) ([9646959](9646959)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9646959 commit 8dd80a9

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.7.0"
2+
".": "1.7.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.7.1](https://github.com/quintoandar/butterfree/compare/1.7.0...1.7.1) (2025-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **mlop-2726:** removing the last unecessary validation ([#413](https://github.com/quintoandar/butterfree/issues/413)) ([9646959](https://github.com/quintoandar/butterfree/commit/9646959e1dee3d213c457bc8896f6d7c0c5332b5))
12+
613
## [1.7.0](https://github.com/quintoandar/butterfree/compare/1.6.0...1.7.0) (2025-04-03)
714

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.7.0" # x-release-please-version
3+
__version__ = "1.7.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.7.0" # x-release-please-version
4+
__version__ = "1.7.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)