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 4faa397 commit 4e41549Copy full SHA for 4e41549
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# rivr changelog
2
+
3
+## 0.8.0 (2020-10-06)
4
5
+### Breaking Changes
6
7
+- Support for Python 2 was removed. Python 3.6 or newer is now required.
8
9
+### Enhancements
10
11
+- Added typing support to rivr.
12
+- `Response` objects now include a `.content_type` header accessor.
rivr/__init__.py
@@ -1,4 +1,4 @@
-VERSION = '0.7.0'
+VERSION = '0.8.0'
from rivr.response import Response, Http404
from rivr.server import serve
0 commit comments