Skip to content

Commit

Permalink
pre-release 1.4.6 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellyrds authored Jan 6, 2025
2 parents 5e6f416 + b84ac5f commit 9d0cd17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.

## [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))
* Fix: Rollback to latest stable release ([#391](https://github.com/quintoandar/butterfree/pull/391))

## [1.3.5](https://github.com/quintoandar/butterfree/releases/tag/1.3.5)
* Auto create feature sets ([#368](https://github.com/quintoandar/butterfree/pull/368))
Expand Down
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.3.5"
__version__ = "1.4.6"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit 9d0cd17

Please sign in to comment.