Skip to content

Commit 2a22afe

Browse files
Releasing 1.3.0
1 parent 263196c commit 2a22afe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

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+
411
1.2.2
512
-----
613

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='cpplint',
5-
version='1.2.2',
5+
version='1.3.0',
66
py_modules=['cpplint'],
77
# generate platform specific start script
88
entry_points={

0 commit comments

Comments
 (0)