8000 Release 0.5.2 · nirum-lang/nirum-python@265aef8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 265aef8

Browse files
committed
Release 0.5.2
1 parent 88aeda2 commit 265aef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Version 0.5.2
55
-------------
66

7-
To be released.
7+
Released on June 23, 2017.
88

99
- ``url`` of ``nirum.rpc.Client`` and
1010
``method`` of ``nirum.rpc.Client.make_request``

nirum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
~~~~~~~~~~~~~~~
33
44
"""
5-
__version_info__ = 0, 5, 1
5+
__version_info__ = 0, 5, 2
66
__version__ = '.'.join(str(v) for v in __version_info__)

0 commit comments

Comments
 (0)
0