Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 2f61fa5

Browse files
committed
Fixed version number
1 parent 336be13 commit 2f61fa5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Convert it to JUnit XML format:
3535
Releases
3636
--------
3737

38-
0.2 - 2015-10-24
39-
^^^^^^^^^^^^^^^^
38+
0.2.1 - 2015-10-24
39+
^^^^^^^^^^^^^^^^^^
4040

4141
Added console entry point.
4242

43-
0.1 - 2015-10-24
44-
^^^^^^^^^^^^^^^^
43+
0.1.0 - 2015-10-24
44+
^^^^^^^^^^^^^^^^^^
4545

4646
First release.

cpplint_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
from xml.etree import ElementTree
1111

12-
__version__ = '0.1'
12+
__version__ = '0.2.1'
1313

1414
EXIT_SUCCESS = 0
1515
EXIT_FAILURE = -1

0 commit comments

Comments
 (0)