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

Commit 1a467f7

Browse files
committed
Release 1.2.0
1 parent 3fbe2f7 commit 1a467f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Convert it to JUnit XML format:
5656
Releases
5757
--------
5858

59+
1.2.0 - 2018-07-09
60+
^^^^^^^^^^^^^^^^^^
61+
62+
Drop Python 3.3 and support Python 3.7.
63+
64+
5965
1.1.0 - 2016-12-31
6066
^^^^^^^^^^^^^^^^^^
6167

cpplint_junit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from exitstatus import ExitStatus
1414

15-
__version__ = '1.1.0'
15+
__version__ = '1.2.0'
1616

1717

1818
class CpplintError(object):

0 commit comments

Comments
 (0)