Skip to content

Commit d9ea495

Browse files
committed
[rel] bump to 0.19
1 parent 1822f33 commit d9ea495

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 0.18.x | :white_check_mark: |
10-
| 0.17.x | :white_check_mark: |
11-
| < 0.17 | :x: |
9+
| 0.19.x | :white_check_mark: |
10+
| 0.18.x | :white_check_mark: |
11+
| < 0.18 | :x: |
1212

1313
## Reporting a Vulnerability
1414

acme_srv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# 1) we don't load dependencies by storing it in __init__.py
44
# 2) we can import it in setup.py for the same reason
55
# 3) we can import it into your module module
6-
__version__ = '0.19-dev'
6+
__version__ = '0.19'
77
__dbversion__ = '0.18'

0 commit comments

Comments
 (0)