Skip to content

Commit

Permalink
Upgrade version to v0.8.2 (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Md Safiyat Reza <safiyat@voereir.com>
  • Loading branch information
safiyat authored Aug 4, 2021
1 parent 3252f9f commit 7dd8437
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ matrix:
env: TOX_ENV=py35
- python: 3.7
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
- python: 3.9
env: TOX_ENV=py39
- python: pypy
env: TOX_ENV=pypy
install:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.2 (2021-08-04)
* Changed cgi.escape to html.escape. Fixes wolever#96.
(https://github.com/wolever/pip2pi/pull/106; thanks @BraulioV)

0.8.1 (2019-09-29)
* Changed dir2pi to use original file name in file link.
(https://github.com/wolever/pip2pi/pull/85; thanks @tikank)
Expand Down
2 changes: 1 addition & 1 deletion libpip2pi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 8, 1)
__version__ = (0, 8, 2)

0 comments on commit 7dd8437

Please sign in to comment.