We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e8c48 commit 83b5009Copy full SHA for 83b5009
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 2.0.0 (TBD)
2
+
3
+* Bump hiredis from 0.13.3 to 1.0.0 and consequently add support for RESP3 (see #104)
4
+* Add type hints (see #106)
5
+* Build aarch64 (arm64) wheels (see #98)
6
+* Drop support for EOL Python versions 2.7, 3.4, and 3.5 (see #103)
7
8
### 1.1.0 (2020-07-15)
9
10
* Allow "encoding" and "errors" attributes to be updated at runtime (see #96)
hiredis/version.py
@@ -1 +1 @@
-__version__ = "1.1.0"
+__version__ = "2.0.0.dev0"
0 commit comments