Skip to content

Commit 773d9e4

Browse files
committed
release 1.7.2
1 parent 86db547 commit 773d9e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# <br><b>Changelog</b><br>
1616

17-
## ...`v1.7.2`
17+
## 17.06.2025`v1.7.2`
1818
* the `Console.w`, `Console.h` and `Console.wh` class properties now return a default size if there is no console, instead of throwing an error
1919
* it wasn't actually possible to use default console colors (*e.g.* `"red"`, `"green"`, ...) for the color params in `Console.log()` so that option was completely removed again
2020
* upgraded the speed of `FormatCodes.to_ansi()` by adding the internal ability to skip the `default_color` validation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "xulbux"
7-
version = "1.7.2"
7+
version = "1.7.3"
88
authors = [{ name = "XulbuX", email = "xulbux.real@gmail.com" }]
99
description = "A Python library which includes lots of helpful classes, types and functions aiming to make common programming tasks simpler."
1010
readme = "README.md"

src/xulbux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.2"
1+
__version__ = "1.7.3"
22
__author__ = "XulbuX"
33
__email__ = "xulbux.real@gmail.com"
44
__license__ = "MIT"

0 commit comments

Comments
 (0)