Skip to content

Commit

Permalink
Fix small issue in corebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tangb committed Dec 15, 2020
1 parent e43fc0e commit abad580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cleepcli/distrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def build_cleep(self):
clean() {
echo `pwd`
rm -rf build
rm -rf .pybuild
rm -rf debian/cleep
rm -rf debian/*debhelper*
rm -rf ../cleep_*_armhf.*
Expand Down
2 changes: 1 addition & 1 deletion cleepcli/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

VERSION = '1.14.2'
VERSION = '1.14.3'

0 comments on commit abad580

Please sign in to comment.