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 2df395e commit 2862f38Copy full SHA for 2862f38
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Version 0.2.0
5
+-------------
6
+
7
+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.2.0'
def url_endswith_slash(url):
0 commit comments