8000 Version bump · nirum-lang/nirum-python@112606c · GitHub
[go: up one dir, main page]

Skip to content

Commit 112606c

Browse files
committed
Version bump
1 parent 2c43f83 commit 112606c

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.4.3
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.4.2
511
-------------
612

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, 4, 2
5+
__version_info__ = 0, 4, 3
66
__version__ = '.'.join(str(v) for v in __version_info__)

0 commit comments

Comments
 (0)
0