Skip to content

Commit 79a89dd

Browse files
committed
Release: 1.0.9.1
1 parent db5b9fe commit 79a89dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

4+
1.0.9.1 (2021-01-27)
5+
--------------------
6+
7+
- Avoid byte/string comparison warning in error message construction
8+
9+
410
1.0.9.0 (2021-01-20)
511
--------------------
612

src/brotlicffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Compressor, MODE_GENERIC, MODE_TEXT, MODE_FONT, error, Error
66
)
77

8-
__version__ = "1.0.9.0"
8+
__version__ = "1.0.9.1"

0 commit comments

Comments
 (0)