Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit cb3414a

Browse files
committedMar 3, 2019
Version 0.8.0
1 parent 97b6873 commit cb3414a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ History of changes
22
==================
33

44

5-
Unreleased
6-
~~~~~~~~~~
5+
0.8.0 - 2019-03-03
6+
~~~~~~~~~~~~~~~~~~
77
- Dropped Python 2 support. If you need it, use the older versions.
88
- HTTPolice no longer requires `six`_ nor `singledispatch`_.
99
- HTTPolice now pulls in `Google’s Brotli`_ instead of `brotlipy`_,

‎httpolice/__metadata__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8; -*-
22

3-
version = '0.8.0.dev1'
3+
version = '0.8.0'
44
homepage = 'https://github.com/vfaronov/httpolice'

0 commit comments

Comments
 (0)
Failed to load comments.