Skip to content

Commit 2862f38

Browse files
committed
Version bump
1 parent 2df395e commit 2862f38

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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

nirum_http.py

Lines changed: 1 addition & 1 deletion
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.0'
8+
__version__ = '0.2.0'
99

1010

1111
def url_endswith_slash(url):

0 commit comments

Comments
 (0)