File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
examples/django/acme_srv/fixture Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This is a high-level summary of the most important changes. For a full list of
5
5
changes, see the [ git commit log] ( https://github.com/grindsa/acme2certifier/commits )
6
6
and pick the appropriate release branch.
7
7
8
+ # Changes in 0.23.1
9
+
10
+ ** Bugfixes** :
11
+
12
+ - [ #99 - Authorization.value max_length too short for SAN entrie] ( https://github.com/grindsa/acme2certifier/issues/99 )
13
+
8
14
# Changes in 0.23
9
15
10
16
** Features and Improvements** :
Original file line number Diff line number Diff line change 3
3
# 1) we don't load dependencies by storing it in __init__.py
4
4
# 2) we can import it in setup.py for the same reason
5
5
# 3) we can import it into your module module
6
- __version__ = '0.23'
7
- __dbversion__ = '0.23'
6
+ __version__ = '0.23.1 '
7
+ __dbversion__ = '0.23.1 '
Original file line number Diff line number Diff line change 34
34
pk : 1
35
35
fields :
36
36
name : dbversion
37
- value : 0.22
37
+ value : 0.23.1
You can’t perform that action at this time.
0 commit comments