Commit 878bb971 authored by Dimitris Zlatanidis's avatar Dimitris Zlatanidis 💬
Browse files

Bump version to 2.3.2

parent 04ed4b3f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ from .convert import Convert
from .cprint import cprint
from .foreground import Fore

__version__: str = '2.3.1'
__version__: str = '2.3.2'

__all__ = [
    'Colored', 'fore', 'back', 'style', 'fore_rgb', 'back_rgb',
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "colored"
version = "2.3.1"
version = "2.3.2"
authors = [
    {name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"},
]
@@ -44,7 +44,7 @@ strict = true
warn_return_any = true
disallow_untyped_calls = true
ignore_missing_imports = true
exclude = ["^tests/", "^unittests/"]
exclude = ["^tests/", "^unittests/", "^tests_pytest/"]

[tool.pylint.MESSAGES_CONTROL]
disable = ["missing-module-docstring", "missing-class-docstring", "C0301", "duplicate-code"]