We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263196c commit 2a22afeCopy full SHA for 2a22afe
changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
---------
3
4
+1.3.0
5
+-----
6
+
7
+* Incorporate cpplint updates from google.
8
+* Add --headers flag to choose which extensions are header files.
9
+* Add regression testsing.
10
11
1.2.2
12
-----
13
setup.py
@@ -2,7 +2,7 @@
setup(name='cpplint',
- version='1.2.2',
+ version='1.3.0',
py_modules=['cpplint'],
# generate platform specific start script
entry_points={
0 commit comments