Skip to content

Commit 426b26a

Browse files
fix: README.md
1 parent 69a06f3 commit 426b26a

4 files changed

Lines changed: 9 additions & 8 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.6.2
10+
11+
Change in README.md.
12+
913
### 2.6.1
1014

1115
Added `encoding` to `log21.CrashReporter.FileReporter`.

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ pip install git+https://github.com/MPCodeWriter21/log21
6161
Changes
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

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.6.1"
29+
version = "2.6.2"
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
@@ -24,7 +24,7 @@
2424
from log21.LoggingWindow import LoggingWindow, LoggingWindowHandler
2525
from 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__ = [

0 commit comments

Comments
 (0)