File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Help this project by [Donation](DONATE.md)
66Changes
77-----------
88
9+ ### 2.6.2
10+
11+ Change in README.md.
12+
913### 2.6.1
1014
1115Added ` encoding ` to ` log21.CrashReporter.FileReporter ` .
Original file line number Diff line number Diff line change @@ -61,12 +61,9 @@ pip install git+https://github.com/MPCodeWriter21/log21
6161Changes
6262-------
6363
64- ### 2.6.1
64+ ### 2.6.2
6565
66- Added ` encoding ` to ` log21.CrashReporter.FileReporter ` .
67- Added configs for ` pylint ` , ` yapf ` and ` isort ` to ` pyproject.toml ` .
68- Added optional ` dev ` dependencies to ` pyproject.toml ` .
69- Improved overall code quality.
66+ Change in README.md.
7067
7168[ Full CHANGELOG] ( https://github.com/MPCodeWriter21/log21/blob/master/CHANGELOG.md )
7269
@@ -258,7 +255,7 @@ for i in range(84):
258255
259256------------------
260257
261- ### Argumentify (Check out [ the manual way] ( https://github.com/MPCodeWriter21/log21#argumentify-check-out-the-manual-way ) )
258+ ### Argumentify (Check out [ the manual way] ( https://github.com/MPCodeWriter21/log21#argument-parsing-see-also-argumentify ) )
262259
263260``` python
264261# Common Section
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
2626 " webcolors" ,
2727 " docstring-parser"
2828]
29- version = " 2.6.1 "
29+ version = " 2.6.2 "
3030
3131[tool .setuptools .packages .find ]
3232where = [" src" ]
Original file line number Diff line number Diff line change 2424from log21 .LoggingWindow import LoggingWindow , LoggingWindowHandler
2525from log21 .StreamHandler import StreamHandler , ColorizingStreamHandler
2626
27- __version__ = "2.6.1 "
27+ __version__ = "2.6.2 "
2828__author__ = "CodeWriter21 (Mehrad Pooryoussof)"
2929__github__ = "Https://GitHub.com/MPCodeWriter21/log21"
3030__all__ = [
You can’t perform that action at this time.
0 commit comments