Skip to content

Commit 596845e

Browse files
Update README.md.
1 parent d7e537a commit 596845e

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Help this project by [Donation](DONATE.md)
66
Changes
77
-------
88

9+
### 2.9.1
10+
11+
+ Update `README.md`.
12+
913
### 2.9.0
1014

1115
+ Added `<<` and `>>` (left shift and right shift operators) to `log21.Logger.Logger`.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ pip install git+https://github.com/MPCodeWriter21/log21
6161
Changes
6262
-------
6363

64-
### 2.9.0
64+
### 2.9.1
6565

66-
+ Added `<<` and `>>` (left shift and right shift operators) to `log21.Logger.Logger`.
66+
+ Update `README.md`.
6767

68-
[Full CHANGELOG](CHANGELOG.md)
68+
[Full CHANGELOG](https://github.com/MPCodeWriter21/log21/blob/master/CHANGELOG.md)
6969

7070

7171
Usage Examples:
7272
---------------
7373

74-
See [Examples.md](EXAMPLES.md)
74+
See [EXAMPLES.md](https://github.com/MPCodeWriter21/log21/blob/master/EXAMPLES.md)
7575

7676

7777
About

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"webcolors",
2727
"docstring-parser"
2828
]
29-
version = "2.9.0"
29+
version = "2.9.1"
3030

3131
[tool.setuptools.packages.find]
3232
where = ["src"]

src/log21/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .StreamHandler import StreamHandler, ColorizingStreamHandler
2424

2525
__author__ = 'CodeWriter21 (Mehrad Pooryoussof)'
26-
__version__ = '2.9.0'
26+
__version__ = '2.9.1'
2727
__github__ = 'Https://GitHub.com/MPCodeWriter21/log21'
2828
__all__ = [
2929
'ColorizingStreamHandler', 'DecolorizingFileHandler', 'ColorizingFormatter',

0 commit comments

Comments
 (0)