We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346d505 commit f9da49aCopy full SHA for f9da49a
changelog.rst
@@ -4,6 +4,11 @@ Changelog
4
1.2.0
5
-----
6
7
+* Fixed error in setup.py
8
+
9
+1.2.0
10
+-----
11
12
* Added `.cu` and `.cuh` as supported file extensions by default.
13
* Moved the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category.
14
setup.py
@@ -2,7 +2,7 @@
2
3
setup(name='cpplint',
- version='1.2.0',
+ version='1.2.1',
py_modules=['cpplint'],
# generate platform specific start script
entry_points={
0 commit comments