Skip to content

Commit

Permalink
Version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Mar 29, 2020
1 parent f35b463 commit 37b3e3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT

## 3.1.2 - 29/03/2020
### Modified
* More consistent output for sub-commands launched by DNSroboCert

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "dnsrobocert"
version = "3.1.1"
version = "3.1.2"
description = "A tool to manage your DNS-challenged TLS certificates"
license = "MIT"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/dnsrobocert/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def execute(args: List[str], check: bool = True, env: Dict[str, str] = None):

LOGGER.info("Launching command: {0}".format(subprocess.list2cmdline(args)))
sys.stdout.write("----------\n")

error = None
try:
call(args, env=env)
Expand Down

0 comments on commit 37b3e3e

Please sign in to comment.