Skip to content

Commit 6c46d71

Browse files
author
Libor Pechacek
committed
Update to 1.6 includes following changes:
* Fixes for Python 2 compatibility * Code compaction for improved maintainability Signed-off-by: Libor Pechacek <[email protected]>
1 parent e278a0b commit 6c46d71

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
============================================================
2+
Cpuset 1.6 (December 10, 2018)
3+
https://github.com/lpechacek/cpuset
4+
http://download.opensuse.org/repositories/home:/LPechacek:/cpuset-release/
5+
6+
Update to 1.6 includes following changes:
7+
8+
* Fixes for Python 2 compatibility
9+
* Code compaction for improved maintainability
10+
111
============================================================
212
Cpuset 1.6pre1 (February 8, 2018)
313
https://github.com/lpechacek/cpuset

cpuset/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2020
"""
2121

22-
version = '1.6pre1'
22+
version = '1.6'

doc/cset-proc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cset-proc(1)
22
============
33
Alex Tsariounov <[email protected]>
4-
v1.6pre1, February 2018
4+
v1.6, December 2018
55

66
NAME
77
----

doc/cset-set.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cset-set(1)
22
===========
33
Alex Tsariounov <[email protected]>
4-
v1.6pre1, February 2018
4+
v1.6, December 2018
55

66
NAME
77
----

doc/cset-shield.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cset-shield(1)
22
==============
33
Alex Tsariounov <[email protected]>
4-
v1.6pre1, February 2018
4+
v1.6, December 2018
55

66
NAME
77
----

doc/cset.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cset(1)
22
======
33
Alex Tsariounov <[email protected]>
4-
v1.6pre1, February 2018
4+
v1.6, December 2018
55

66
NAME
77
----

0 commit comments

Comments
 (0)