Skip to content

Commit 6c12910

Browse files
committed
release 1.4.3
1 parent d23313e commit 6c12910

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
1.4.3
5+
-----
6+
7+
* Revert "Fix the `build/endif_comment` check", same as reverted in upstream
8+
9+
410
1.4.2
511
-----
612

@@ -15,7 +21,7 @@ Changelog
1521
-----
1622

1723
* Incorporate cpplint updates from google (62385582b847, 2017-08-16)
18-
* Fix the `build/endif_comment` check (https://github.com/google/styleguide/pull/169): This will flagging `#endif` without comment unless the rule `build/endif_comment` is disabled.
24+
* Fix the `build/endif_comment` check (https://github.com/google/styleguide/pull/169)
1925
* Teach the explicit constructor check about constexpr (#56)
2026
* Changed vs7 output format (#57)
2127
* Remove presubmit check for DISALLOW_* macros (#54)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def run(self):
5656

5757

5858
setup(name='cpplint',
59-
version='1.4.2',
59+
version='1.4.3',
6060
py_modules=['cpplint'],
6161
# generate platform specific start script
6262
entry_points={

0 commit comments

Comments
 (0)