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

Commit 3146a5e

Browse files
committed
Release 1.3.0
1 parent 5c1732b commit 3146a5e

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.3.0 - 2019-12-15
60+
^^^^^^^^^^^^^^^^^^
61+
62+
- Drop Python 3.4 and support Python 3.8.
63+
- Include license file.
64+
5965
1.2.1 - 2019-10-14
6066
^^^^^^^^^^^^^^^^^^
6167

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='cpplint-junit',
6-
version='1.2.1',
6+
version='1.3.0',
77

88
description='Converts cpplint output to JUnit format.',
99
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)