Skip to content

Commit 856192c

Browse files
committed
assigning new version 1.3.0821 for release
1 parent 8e82fdc commit 856192c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* v1.3.xxxx
1+
* v1.3.0821
22
* added listing of all modules and their actions in user-friendly format
33
* added support to zip CK repositories in format suitable for BitTorrent
44
(to optimize exchange of large artifacts)

ck/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"detect_cur_cid":"#",
4545
"detect_cur_cid1":"^",
4646

47-
"version":["1", "2", "0605"],
47+
"version":["1", "3", "0821"],
4848
"error":"CK error: ",
4949
"json_sep":"*** ### --- CK JSON SEPARATOR --- ### ***",
5050
"default_module":"data",

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ck (1.3.xxxx) RELEASED; urgency=medium
1+
ck (1.3.0821) RELEASED; urgency=medium
22
* added listing of all modules and their actions in user-friendly format
33
* added support to zip CK repositories in format suitable for BitTorrent
44
(to optimize exchange of large artifacts)

setup.py

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

1010
setup(
1111
name='ck',
12-
version='1.2.0605',
12+
version='1.3.0821',
1313
url='https://github.com/ctuning/ck',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)