Skip to content

Commit

Permalink
preparing release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Sep 14, 2016
1 parent 6f6bea6 commit 06eee8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* v1.8.1dev
* v1.8.1
* added continuous integration via Travis (Linux) and AppVeyor (Windows)
* added CoverAlls to measure test coverage
* added possibility to skip listing of all modules from private repositories
Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# CK kernel - we made it monolithic with a minimal set
# of common functions for performance reasons

__version__ = "1.8.1dev"
__version__ = "1.8.1"

# Extra modules global for the whole kernel
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='ck',
version='1.8.1dev',
version='1.8.1',
url='https://github.com/ctuning/ck/wiki',
license='BSD 3-clause',
author='Grigori Fursin and non-profit cTuning foundation',
Expand Down

0 comments on commit 06eee8e

Please sign in to comment.