Skip to content

Commit

Permalink
[rel] bump to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Dec 25, 2021
1 parent 359fb84 commit c463b01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This is a high-level summary of the most important changes. For a full list of
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
and pick the appropriate release branch.

## Changes in 0.19.2

**Features and Improvements**:

- support for django 3.x
- workflow for application testing using win-acme
- additional linting and pep8 conformance checks

## Changes in 0.19.1

**Features and Improvements**:
Expand Down
2 changes: 1 addition & 1 deletion acme_srv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.20-devel'
__version__ = '0.19.2'
__dbversion__ = '0.18'

0 comments on commit c463b01

Please sign in to comment.