Skip to content

Commit 7dd8437

Browse files
authored
Upgrade version to v0.8.2 (#113)
Signed-off-by: Md Safiyat Reza <safiyat@voereir.com>
1 parent 3252f9f commit 7dd8437

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ matrix:
1212
env: TOX_ENV=py35
1313
- python: 3.7
1414
env: TOX_ENV=py37
15+
- python: 3.8
16+
env: TOX_ENV=py38
17+
- python: 3.9
18+
env: TOX_ENV=py39
1519
- python: pypy
1620
env: TOX_ENV=pypy
1721
install:

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.8.2 (2021-08-04)
2+
* Changed cgi.escape to html.escape. Fixes wolever#96.
3+
(https://github.com/wolever/pip2pi/pull/106; thanks @BraulioV)
4+
15
0.8.1 (2019-09-29)
26
* Changed dir2pi to use original file name in file link.
37
(https://github.com/wolever/pip2pi/pull/85; thanks @tikank)

libpip2pi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (0, 8, 1)
1+
__version__ = (0, 8, 2)

0 commit comments

Comments
 (0)