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 872f8ca commit f4f808dCopy full SHA for f4f808d
.gitignore
@@ -3,3 +3,5 @@
3
.cache/
4
.tox/
5
__pycache__/
6
+build/
7
+dist/
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
+Version 0.1.1
+-------------
+
+To be released.
8
9
10
Version 0.1.0
11
-------------
12
nirum_http.py
@@ -5,7 +5,7 @@
from six.moves import urllib
__all__ = 'HttpTransport',
-__version__ = '0.1.0'
+__version__ = '0.1.1'
def url_endswith_slash(url):
0 commit comments