Skip to content

Commit f00d828

Browse files
committed
Version bump
1 parent 2cca70b commit f00d828

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.1.2
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.1.1
511
-------------
612

Diff for: nirum_http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from six.moves import urllib
66

77
__all__ = 'HttpTransport',
8-
__version__ = '0.1.1'
8+
__version__ = '0.1.2'
99

1010

1111
def url_endswith_slash(url):

0 commit comments

Comments
 (0)