diff --git a/pytest-html-2.0.0.tar.gz b/pytest-html-2.0.0.tar.gz
deleted file mode 100644
index defd17c..0000000
--- a/pytest-html-2.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1428837592c94404e4112fbae76f6e512c35aab4b7d663dc3dd6ea58d2979710
-size 27484
diff --git a/pytest-html-2.0.1.tar.gz b/pytest-html-2.0.1.tar.gz
new file mode 100644
index 0000000..9950980
--- /dev/null
+++ b/pytest-html-2.0.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:933da7a5e71e5eace9e475441ed88a684f20f6198aa36516cb947ac05edd9921
+size 27905
diff --git a/python-pytest-html.changes b/python-pytest-html.changes
index 5554824..c5aae74 100644
--- a/python-pytest-html.changes
+++ b/python-pytest-html.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed Dec 4 12:11:28 UTC 2019 - Tomáš Chvátal
+
+- Update to 2.0.1:
+ * Properly check for presence of CSS file
+ * Added support for UTF-8 display
+ * Fix initial sort on column
+
-------------------------------------------------------------------
Fri Sep 20 09:46:24 UTC 2019 - Tomáš Chvátal
diff --git a/python-pytest-html.spec b/python-pytest-html.spec
index c978ece..9616077 100644
--- a/python-pytest-html.spec
+++ b/python-pytest-html.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-html
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-html
-Version: 2.0.0
+Version: 2.0.1
Release: 0
Summary: Pytest plugin for generating HTML reports
License: MPL-2.0
-Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-html
Source: https://files.pythonhosted.org/packages/source/p/pytest-html/pytest-html-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}