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 2cca70b commit f00d828Copy full SHA for f00d828
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Version 0.1.2
5
+-------------
6
+
7
+To be released.
8
9
10
Version 0.1.1
11
-------------
12
nirum_http.py
@@ -5,7 +5,7 @@
from six.moves import urllib
__all__ = 'HttpTransport',
-__version__ = '0.1.1'
+__version__ = '0.1.2'
def url_endswith_slash(url):
0 commit comments