diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index 6298f64b..6e865dc8 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +v1.5.0 +------ Fixed bugs ^^^^^^^^^^ diff --git a/setup.cfg b/setup.cfg index 4b65f258..4640d91d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = manimgl -version = 1.4.1 +version = 1.5.0 author = Grant Sanderson author_email= grant@3blue1brown.com description = Animation engine for explanatory math videos