Skip to content

Commit

Permalink
create new release (#138)
Browse files Browse the repository at this point in the history
What:
- create new release
  • Loading branch information
komuw authored Feb 3, 2020
1 parent 1fb42ef commit dbee725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
most recent version is listed first.


## **version:** 0.8.0
- Fix bug where `sewer` would log twice: https://github.com/komuw/sewer/pull/137
Thanks to [@mmaney](https://github.com/mmaney) for this

## **version:** 0.7.9
- Fix bug where Aliyun response is in bytes: https://github.com/komuw/sewer/pull/133
Thanks to [@ButterflyTech](https://github.com/ButterflyTech) for this
Expand Down
2 changes: 1 addition & 1 deletion sewer/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "sewer"
__description__ = "Sewer is a programmatic Lets Encrypt(ACME) client"
__url__ = "https://github.com/komuw/sewer"
__version__ = "0.7.9"
__version__ = "0.8.0"
__author__ = "komuW"
__author_email__ = "komuw05@gmail.com"
__license__ = "MIT"

0 comments on commit dbee725

Please # to comment.