Skip to content

Commit f9da49a

Browse files
Releasing 1.2.1
1 parent 346d505 commit f9da49a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
1.2.0
55
-----
66

7+
* Fixed error in setup.py
8+
9+
1.2.0
10+
-----
11+
712
* Added `.cu` and `.cuh` as supported file extensions by default.
813
* Moved the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category.
914

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.2.0',
5+
version='1.2.1',
66
py_modules=['cpplint'],
77
# generate platform specific start script
88
entry_points={

0 commit comments

Comments
 (0)