Skip to content

Commit

Permalink
[rel] bump to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Oct 31, 2021
1 parent c20a6f1 commit 1b554f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.18.2

**Bugfixes**:

- [Fix the disabling of SSL validation in http-01 challenge](https://github.com/grindsa/acme2certifier/pull/75)

## Changes in 0.18.1

**Features and Improvements**:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ database backends than SQLite.
The fastest and most convenient way to install acme2certifier is to use docker
containers. There are ready made images available at [dockerhub](https://hub.docker.com/r/grindsa/acme2certifier) and [ghcr.io](https://github.com/grindsa?tab=packages&ecosystem=container) as well as [instructions to build your own container](examples/Docker/).

- [acme2certifier in Github container repository](https://github.com/users/grindsa/packages/container/acme2certifier/)
- [acme2certifier in Github container repository](https://github.com/grindsa?tab=packages&ecosystem=container)
- [acme2certifier repository at hub.docker.com](https://hub.docker.com/r/grindsa/acme2certifier)
- [Instructions to build your own container](examples/Docker/)
- [Installation as wsgi-script running on apache2](docs/install_apache2_wsgi.md)
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.18.1'
__version__ = '0.18.2'
__dbversion__ = '0.18'

0 comments on commit 1b554f6

Please sign in to comment.