diff --git a/SPECS/python-six.spec b/SPECS/python-six.spec
index 10760c0..c7af7dd 100644
--- a/SPECS/python-six.spec
+++ b/SPECS/python-six.spec
@@ -11,7 +11,7 @@
 
 Name:           python-%{modname}
 Version:        1.11.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python 2 and 3 compatibility utilities
 
 License:        MIT
@@ -143,6 +143,10 @@ py.test-3 -rfsxX test_six.py
 
 
 %changelog
+* Wed Apr 03 2019 Tomas Orsava <torsava@redhat.com> - 1.11.0-5
+- Bumping due to problems with modular RPM upgrade path (#1695587)
+- Related: rhbz#1693974
+
 * Wed Jun 27 2018 Tomas Orsava <torsava@redhat.com> - 1.11.0-4
 - Run tests only of the Python versions that are actually built