python-linux-procfs: Create release 0.6.2

Release 0.6.2

Signed-off-by: John Kacur <jkacur@redhat.com>
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index 828f1bc..6103cbf 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name: python-linux-procfs
-Version: 0.6.1
+Version: 0.6.2
 Release: 1%{?dist}
 License: GPLv2
 Summary: Linux /proc abstraction classes
@@ -84,6 +84,11 @@
 %endif
 
 %changelog
+* Mon Jun 22 2020 John Kacur <jkacur@redhat.com> - 0.6.2-1
+- Add bitmasklist_test
+- clean-ups for recent python formating regarding spacing, tabs, etc
+- Fix to parse the number of cpus correctly on s390(x)
+
 * Fri Jan 11 2019 Jiri Kastner <jkastner@redhat.com> - 0.6.1-1
 - python3 fixes
 
diff --git a/setup.py b/setup.py
index 82e6bc4..f1918fc 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
 PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
 
 setup(name="python-linux-procfs",
-    version = "0.6.1",
+    version = "0.6.2",
     description = "Linux /proc abstraction classes",
     author = "Arnaldo Carvalho de Melo",
     author_email = "acme@redhat.com",