Skip to content

Commit

Permalink
New release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icedcoffeeee committed Apr 17, 2024
1 parent 647552c commit cb71a9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

**v0.4.0**
==========
Breaking Changes
----------------
- Supported Python versions include 3.9 to 3.12
- Updated manim version
- Updated dependency versions

**v0.3.0**
==========
Breaking Changes
Expand Down
6 changes: 2 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import os
import sys

import manim_physics

# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand All @@ -23,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = "Manim Physics"
copyright = "2020-2022, The Manim Physics Dev Team"
copyright = "2020-2024, The Manim Physics Dev Team"
author = "The Manim Physics Dev Team"


Expand Down Expand Up @@ -111,7 +109,7 @@
"color-foreground-secondary": "#ffffffd9",
},
}
html_title = f"Manim Physics v{manim_physics.__version__}"
html_title = f"Manim Physics v0.4.0"

# This specifies any additional css files that will override the theme's
html_css_files = ["custom.css"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "manim-physics"
version = "0.3.0"
version = "0.4.0"
description = "Support physics simulation"
authors = ["Matheart <waautomationwong@gmail.com>"]
repository = "https://github.com/Matheart/manim-physics"
Expand Down

0 comments on commit cb71a9a

Please sign in to comment.