Skip to content

Commit

Permalink
chore(staging): release 1.4.8 (#399)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.4.8](1.4.7...v1.4.8)
(2025-02-18)

### Fixes

- Release process

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>
Co-authored-by: Lucas Cardozo <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2025
1 parent b2b554e commit 3138b5d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.7"
".": "1.4.8"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

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

## [1.4.8](https://github.com/quintoandar/butterfree/compare/1.4.6...v1.4.8) (2025-02-18)

- Fixes: release process

## [Unreleased]
## [1.4.6](https://github.com/quintoandar/butterfree/releases/tag/1.4.6)
* Fix(MLOP-2519): avoid configuring logger at lib level ([#393](https://github.com/quintoandar/butterfree/pull/393))
Expand Down
2 changes: 1 addition & 1 deletion butterfree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Module docstring example, following Google's docstring style."""

__version__ = "1.4.7" # x-release-please-version
__version__ = "1.4.8" # x-release-please-version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "butterfree"
__version__ = "1.4.7" # x-release-please-version
__version__ = "1.4.8" # x-release-please-version
__repository_url__ = "https://github.com/quintoandar/butterfree"

with open("requirements.txt") as f:
Expand Down

0 comments on commit 3138b5d

Please sign in to comment.