Skip to content

Commit f7acfcf

Browse files
committed
Release prod version v1.3
Upgrade pydantic version
1 parent 8d7ba5f commit f7acfcf

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

release_notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Release Notes
22
=============
33

4+
1.3 (09/25/2023)
5+
----------------
6+
- Includes bug fixes and upgrades to latest OpenVPN Access Server version
7+
- Removes notification features and redundancies
8+
- Increases security, reliability, performance and overall stability
9+
- Uses pydantic for validations
10+
- Improves run-time by 2x
11+
12+
1.0.5b (09/25/2023)
13+
-------------------
14+
- Remove unreferenced secondary attributes
15+
- Release beta version v1.0.5b
16+
417
1.0.5a (09/25/2023)
518
-------------------
619
- Remove entrypoint arg for deletion

vpn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from vpn.main import VPNServer # noqa: F401
44
from vpn.models import util # noqa: F401
55

6-
version = "1.0.5b"
6+
version = "1.3"

vpn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ botocore
44
requests
55
paramiko==3.3.1
66
paramiko-expect==0.3.5
7-
pydantic==2.3.0
7+
pydantic==2.4.0
88
pydantic-settings==2.0.3

0 commit comments

Comments
 (0)