diff --git a/html2text-2019.9.26.tar.gz b/html2text-2019.9.26.tar.gz
deleted file mode 100644
index 9ab2b90..0000000
--- a/html2text-2019.9.26.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6f56057c5c2993b5cc5b347cb099bdf6d095828fef1b53ef4e2a2bf2a1be9b4f
-size 48634
diff --git a/html2text-2020.1.16.tar.gz b/html2text-2020.1.16.tar.gz
new file mode 100644
index 0000000..89a55f8
--- /dev/null
+++ b/html2text-2020.1.16.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb
+size 49464
diff --git a/python-html2text.changes b/python-html2text.changes
index d6498ce..db0a227 100644
--- a/python-html2text.changes
+++ b/python-html2text.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Thu Apr 9 11:17:36 UTC 2020 - Marketa Calabkova
+
+- Update to 2020.1.16
+ * Add type annotations.
+ * Add support for Python 3.8.
+ * Performance improvements when ``wrap_links`` is ``False`` (the default).
+ * Configure setuptools using setup.cfg.
+
-------------------------------------------------------------------
Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring
diff --git a/python-html2text.spec b/python-html2text.spec
index f420f16..39f7e99 100644
--- a/python-html2text.spec
+++ b/python-html2text.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-html2text
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{upname}
-Version: 2019.9.26
+Version: 2020.1.16
Release: 0
Summary: Python script for turning HTML into Markdown text
License: GPL-3.0-only