We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1822f33 commit d9ea495Copy full SHA for d9ea495
SECURITY.md
@@ -6,9 +6,9 @@
6
7
| Version | Supported |
8
| ------- | ------------------ |
9
-| 0.18.x | :white_check_mark: |
10
-| 0.17.x | :white_check_mark: |
11
-| < 0.17 | :x: |
+| 0.19.x | :white_check_mark: |
+| 0.18.x | :white_check_mark: |
+| < 0.18 | :x: |
12
13
## Reporting a Vulnerability
14
acme_srv/version.py
@@ -3,5 +3,5 @@
3
# 1) we don't load dependencies by storing it in __init__.py
4
# 2) we can import it in setup.py for the same reason
5
# 3) we can import it into your module module
-__version__ = '0.19-dev'
+__version__ = '0.19'
__dbversion__ = '0.18'
0 commit comments