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

Commit bc22747

Browse files
committed
Fix trove classifiers and release 2.0.1
1 parent 2998a6a commit bc22747

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.rst

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

59+
2.0.1 - 2020-03-29
60+
^^^^^^^^^^^^^^^^^^
61+
62+
- Fix trove classifiers.
63+
5964
2.0.0 - 2020-03-29
6065
^^^^^^^^^^^^^^^^^^
6166

62-
- Drop Python 2.7
67+
- Drop Python 2.7.
6368

6469
1.3.0 - 2019-12-15
6570
^^^^^^^^^^^^^^^^^^

setup.py

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

44
setup(
55
name='cpplint-junit',
6-
version='2.0.0',
6+
version='2.0.1',
77

88
description='Converts cpplint output to JUnit format.',
99
long_description=open('README.rst').read(),
@@ -28,9 +28,8 @@
2828
'Operating System :: OS Independent',
2929
'Programming Language :: C++',
3030
'Programming Language :: Python',
31-
'Programming Language :: Python :: 2',
32-
'Programming Language :: Python :: 2.7',
3331
'Programming Language :: Python :: 3',
32+
'Programming Language :: Python :: 3 :: Only',
3433
'Programming Language :: Python :: 3.5',
3534
'Programming Language :: Python :: 3.6',
3635
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)