Skip to content

Commit 33e5604

Browse files
authored
Prepare new release: v0.18.1 (#3719)
* add note about changelog in changelog.rst * bump version * Update CITATION.cff
1 parent 6cb89a0 commit 33e5604

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ authors:
44
-
55
name: "The Manim Community Developers"
66
cff-version: "1.2.0"
7-
date-released: 2023-11-11
7+
date-released: 2024-04-28
88
license: MIT
99
message: "We acknowledge the importance of good software to support research, and we note that research becomes more valuable when it is communicated effectively. To demonstrate the value of Manim, we ask that you cite Manim in your work."
1010
title: Manim – Mathematical Animation Framework
1111
url: "https://www.manim.community/"
12-
version: "v0.18.0"
12+
version: "v0.18.1"
1313
...

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
#########
44

5+
This page contains a list of changes made between releases. Changes
6+
from versions that are not listed below (in particular patch-level
7+
releases since v0.18.0) are documented on our
8+
`GitHub release page <https://github.com/ManimCommunity/manim/releases/>`__.
59

610
.. toctree::
711

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "manim"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "Animation engine for explanatory math videos."
55
authors = ["The Manim Community Developers <contact@manim.community>", "3b1b <grant@3blue1brown.com>"]
66
license="MIT"

0 commit comments

Comments
 (0)