Skip to content

Commit f4f808d

Browse files
committed
Version bump
1 parent 872f8ca commit f4f808d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
.cache/
44
.tox/
55
__pycache__/
6+
build/
7+
dist/

CHANGES.rst

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

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

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.0'
8+
__version__ = '0.1.1'
99

1010

1111
def url_endswith_slash(url):

0 commit comments

Comments
 (0)