diff --git a/docs/changelog.rst b/docs/changelog.rst index 5a183cc..dca16c9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v1_4_1: + +1.4.1 (2019-07-14) +------------------ + +- Assorted minor documentation fixes: `changes since 1.4 `__ + .. _v1_4: 1.4 (2019-06-30) diff --git a/setup.py b/setup.py index 6f809eb..277b409 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.4" +VERSION = "1.4.1" def get_long_description():