Skip to content

Commit a80bb2a

Browse files
bump(version): update version to 2.3.1 in multiple files
1 parent 1f325e7 commit a80bb2a

File tree

5 files changed

+3
-34
lines changed

5 files changed

+3
-34
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

nexios/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.0rc1"
1+
__version__ = "2.3.1"
22

33
ascii_art = f"""
44
_ _ _

nexios/file_router/html.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ async def wrapper(req: Request, res: Response, *args, **kwargs):
8080
template_env = DEFAULT_TEMPLATE_ENV
8181
else:
8282
# Determine template directory
83-
print("No Env")
8483
template_directory = DEFAULT_TEMPLATE_DIR
85-
print("no templates")
8684

8785
if template_directory is None:
8886
stack = inspect.stack()
@@ -92,7 +90,6 @@ async def wrapper(req: Request, res: Response, *args, **kwargs):
9290
template_directory = os.path.dirname(
9391
os.path.abspath(caller_module.__file__)
9492
) # type:ignore
95-
print("temp is ", template_directory)
9693

9794
template_env = Environment(
9895
loader=Loader(template_directory),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["nexios/py.typed"]
66

77
[tool.poetry]
88
name = "nexios"
9-
version = "2.3.1rc3"
9+
version = "2.3.1"
1010
description = "Nexios is a modern, high-performance ASGI web framework for Python."
1111
authors = ["Chidebele Dunamis <[email protected]>"]
1212
license = "MIT"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="">
88
<img alt=Support height="300" src="https://raw.githubusercontent.com/nexios-labs/Nexios/90122b22fdd3a57fc1146f472087d483324df0e5/docs/_media/icon.svg">
99
</p>
10-
<h1 align="center">Nexios 2.3.0rc3<br></h1>
10+
<h1 align="center">Nexios 2.3.1<br></h1>
1111

1212
</a>
1313
</p>

0 commit comments

Comments
 (0)