Skip to content

Commit

Permalink
release 1.4.7 (#396)
Browse files Browse the repository at this point in the history
## [1.4.7](https://github.com/quintoandar/butterfree/releases/tag/1.4.7)
* Build latest release on PyPI.

### Removed
* chore: delete butterfree.configs.logger module

---------

Co-authored-by: Mayara Moromisato <[email protected]>
Co-authored-by: hmeretti <[email protected]>
Co-authored-by: Henrique Camargo <[email protected]>
Co-authored-by: AlvaroMarquesAndrade <[email protected]>
Co-authored-by: Igor Gustavo Hoelscher <[email protected]>
Co-authored-by: Mayara Moromisato <[email protected]>
Co-authored-by: Felipe Victorino Caputo <[email protected]>
Co-authored-by: Rodrigo Martins de Oliveira <[email protected]>
Co-authored-by: Gabriel Brandão <[email protected]>
Co-authored-by: Jay Vala <[email protected]>
Co-authored-by: Lucas Fonseca <[email protected]>
Co-authored-by: Lucas Cardozo <[email protected]>
Co-authored-by: Ralph Rassweiler <[email protected]>
Co-authored-by: João Albuquerque <[email protected]>
Co-authored-by: Fernando Barbosa <[email protected]>
Co-authored-by: João Albuquerque <[email protected]>
Co-authored-by: Lucas Cardozo <[email protected]>
  • Loading branch information
18 people authored Jan 7, 2025
1 parent 0e32e65 commit b047742
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 39 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.7](https://github.com/quintoandar/butterfree/releases/tag/1.4.7)
* Build latest release on PyPI.

### Removed
* chore: delete butterfree.configs.logger module

## [1.4.6](https://github.com/quintoandar/butterfree/releases/tag/1.4.6)

### Fixed
Expand Down
6 changes: 0 additions & 6 deletions butterfree/clients/cassandra_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
from typing_extensions import TypedDict

from butterfree.clients import AbstractClient
from butterfree.configs.logger import __logger

logger = __logger("cassandra_client")

EMPTY_STRING_HOST_ERROR = "The value of Cassandra host is empty. Please fill correctly with your endpoints" # noqa: E501
GENERIC_INVALID_HOST_ERROR = "The Cassandra host must be a valid string, a string that represents a list or list of strings" # noqa: E501

logger = logging.getLogger(__name__)

Expand Down
24 changes: 0 additions & 24 deletions butterfree/configs/logger.py

This file was deleted.

8 changes: 0 additions & 8 deletions docs/source/butterfree.configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ butterfree.configs.environment module
:undoc-members:
:show-inheritance:

butterfree.configs.logger module
--------------------------------

.. automodule:: butterfree.configs.logger
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

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.4.6"
__version__ = "1.4.7"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit b047742

Please sign in to comment.