Skip to content

Commit

Permalink
Release prod version v1.3
Browse files Browse the repository at this point in the history
Upgrade pydantic version
  • Loading branch information
dormant-user committed Sep 26, 2023
1 parent 8d7ba5f commit f7acfcf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

1.3 (09/25/2023)
----------------
- Includes bug fixes and upgrades to latest OpenVPN Access Server version
- Removes notification features and redundancies
- Increases security, reliability, performance and overall stability
- Uses pydantic for validations
- Improves run-time by 2x

1.0.5b (09/25/2023)
-------------------
- Remove unreferenced secondary attributes
- Release beta version v1.0.5b

1.0.5a (09/25/2023)
-------------------
- Remove entrypoint arg for deletion
Expand Down
2 changes: 1 addition & 1 deletion vpn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from vpn.main import VPNServer # noqa: F401
from vpn.models import util # noqa: F401

version = "1.0.5b"
version = "1.3"
2 changes: 1 addition & 1 deletion vpn/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ botocore
requests
paramiko==3.3.1
paramiko-expect==0.3.5
pydantic==2.3.0
pydantic==2.4.0
pydantic-settings==2.0.3

0 comments on commit f7acfcf

Please sign in to comment.