From b6c23a09e9eaa3c19c6b383924bf08cd56756c32 Mon Sep 17 00:00:00 2001 From: TonyCrane <975062472@qq.com> Date: Sat, 16 Oct 2021 13:07:26 +0800 Subject: [PATCH] update version to v1.2.0 --- docs/source/development/changelog.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index d97b135b..b7559f3a 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +v1.2.0 +------ Fixed bugs ^^^^^^^^^^ diff --git a/setup.cfg b/setup.cfg index 403729d6..4b90f1d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = manimgl -version = 1.1.1 +version = 1.2.0 author = Grant Sanderson author_email= grant@3blue1brown.com description = Animation engine for explanatory math videos