diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index 2c9c1cd9..4b5bfc45 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +v1.4.0 +------ Fixed bugs ^^^^^^^^^^ diff --git a/setup.cfg b/setup.cfg index c5164886..e1240f8b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = manimgl -version = 1.3.0 +version = 1.4.0 author = Grant Sanderson author_email= grant@3blue1brown.com description = Animation engine for explanatory math videos