Skip to content

Commit e1fe59b

Browse files
committed
[rel] bump to v0.23.1
1 parent 4a8c138 commit e1fe59b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This is a high-level summary of the most important changes. For a full list of
55
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
66
and pick the appropriate release branch.
77

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+
814
# Changes in 0.23
915

1016
**Features and Improvements**:

acme_srv/version.py

Lines changed: 2 additions & 2 deletions
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.23'
7-
__dbversion__ = '0.23'
6+
__version__ = '0.23.1'
7+
__dbversion__ = '0.23.1'

examples/django/acme_srv/fixture/status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
pk: 1
3535
fields:
3636
name: dbversion
37-
value: 0.22
37+
value: 0.23.1

0 commit comments

Comments
 (0)