Skip to content

Commit 476912f

Browse files
committed
docs: some small changes
1 parent a752964 commit 476912f

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "pyEchoNext"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "0.4.1"
51+
PROJECT_NUMBER = "0.4.2"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

SECURITY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ currently being supported with security updates.
77

88
| Version | Supported |
99
| ------- | ------------------ |
10+
| 0.4.2 | :white_check_mark: |
1011
| 0.4.1 | :white_check_mark: |
1112
| 0.3.1 | :white_check_mark: |
12-
| 0.3.1 | :white_check_mark: |
13-
| 0.2.1 | :white_check_mark: |
14-
| 0.1.1 | :white_check_mark: |
13+
| 0.3.1 | :x: |
14+
| 0.2.1 | :x: |
15+
| 0.1.1 | :x: |
1516
| 0.1.0 | :x: |
1617

1718
## Reporting a Vulnerability

pyechonext/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
1818
USA
1919
"""
20-
2120
from rich.traceback import install
2221
from pyechonext.logging import setup_logger
2322

2423
install(show_locals=True)
2524

26-
2725
setup_logger()

pyechonext/auth/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""
2+
@todo Add authentication extensions (jwt tokens)
3+
"""

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "pyechonext"
3-
version = "0.4.1"
4-
description = "EchoNext is a lightweight, fast and scalable async web framework for Python"
3+
version = "0.4.2"
4+
description = "EchoNext is a lightweight, fast and scalable web framework for Python"
55
authors = ["alexeev-prog <[email protected]>"]
66
license = "LGPL-2.1"
77
readme = "README.md"

0 commit comments

Comments
 (0)