Skip to content

Commit d155803

Browse files
Releasing 1.2.0
1 parent f80e28b commit d155803

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.rst

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

4+
1.2.0
5+
-----
6+
7+
* Added `.cu` and `.cuh` as supported file extensions by default.
8+
* Moved the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category.
9+
410
1.1.0
511
-----
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

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

0 commit comments

Comments
 (0)