Skip to content

Commit e244bff

Browse files
committed
some changes
1 parent 84c7a3d commit e244bff

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit 84c7a3d2b8b4f997c039e6e515f18bc48e8fb8e5
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Sat Apr 26 23:34:40 2025 +0700
4+
5+
clean dependencies
6+
17
commit b843fc6f32a33b7ed4664a9e7044ad4f42766fa0
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Sat Apr 26 23:33:07 2025 +0700

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Welcome to **EchoNext**, where innovation meets simplicity! Are you tired of the
5959

6060
**Imagine** a lightweight framework that empowers you to create modern web applications with lightning speed and flexibility. With EchoNext, you're not just coding; you're building a masterpiece!
6161

62-
> Last stable version: 0.7.15 alpha
62+
> Last stable version: 0.7.16 alpha
6363
6464
> Next Big Update: ASYNC & unicorn support
6565

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ currently being supported with security updates.
77

88
| Version | Supported |
99
|---------| ------------------ |
10+
| 0.7.16 | :white_check_mark: |
1011
| 0.7.15 | :white_check_mark: |
1112
| 0.7.14 | :white_check_mark: |
12-
| 0.7.13 | :white_check_mark: |
13+
| 0.7.13 | :x: |
1314
| 0.7.12 | :x: |
1415
| 0.7.11 | :x: |
1516
| 0.6.11 | :x: |

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
project = "pyEchoNext"
1111
author = "name"
12-
version = "0.7.15"
12+
version = "0.7.16"
1313
release = "0.7"
1414
project_copyright = "2025, Alexeev Bronislaw"
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyechonext"
3-
version = "0.7.15"
3+
version = "0.7.16"
44
description = "EchoNext is a lightweight, fast and scalable web framework for Python"
55
authors = ["alexeev-prog <[email protected]>"]
66
license = "LGPL-2.1"

0 commit comments

Comments
 (0)