Skip to content

Commit da3be60

Browse files
committed
v0.7.0
1 parent 5895833 commit da3be60

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.7.0 (2017-05-30)
5+
------------------
6+
7+
- Update to v0.6.0 of the Brotli library.
8+
49
0.6.0 (2016-09-08)
510
------------------
611

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.6.0'
61+
version = '0.7.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.6.0'
63+
release = '0.7.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="brotlipy",
11-
version="0.6.0",
11+
version="0.7.0",
1212

1313
description="Python binding to the Brotli library",
1414
long_description=long_description,

0 commit comments

Comments
 (0)