Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Apr 5, 2024
1 parent d7e537a commit 596845e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Help this project by [Donation](DONATE.md)
Changes
-------

### 2.9.1

+ Update `README.md`.

### 2.9.0

+ Added `<<` and `>>` (left shift and right shift operators) to `log21.Logger.Logger`.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ pip install git+https://github.com/MPCodeWriter21/log21
Changes
-------

### 2.9.0
### 2.9.1

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

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


Usage Examples:
---------------

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


About
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"webcolors",
"docstring-parser"
]
version = "2.9.0"
version = "2.9.1"

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
2 changes: 1 addition & 1 deletion src/log21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .StreamHandler import StreamHandler, ColorizingStreamHandler

__author__ = 'CodeWriter21 (Mehrad Pooryoussof)'
__version__ = '2.9.0'
__version__ = '2.9.1'
__github__ = 'Https://GitHub.com/MPCodeWriter21/log21'
__all__ = [
'ColorizingStreamHandler', 'DecolorizingFileHandler', 'ColorizingFormatter',
Expand Down

0 comments on commit 596845e

Please sign in to comment.