Skip to content

Commit

Permalink
bumping version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Nov 3, 2021
1 parent 9d59c9f commit 8d87d39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Christopher Besch'

# The full version, including alpha/beta/rc tags
release = "v0.2.1"
release = "v0.2.3"


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 7 additions & 0 deletions docs/source/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Build from Source
* compile web files: ``npm run build_debug` or `npm run build_release``
* start editor in debug mode: ``manedit --debug``

Files to be Updated when Bumping Version
****************************************

* ``pyproject.toml``
* ``package.json``
* ``docs/source/conf.py``


History
*******
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manim_editor",
"version": "0.2.1",
"version": "0.2.3",
"description": "Editor and Presenter for Manim Generated Content.",
"scripts": {
"build_release": "webpack --env=production",
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_editor"
version = "0.2.1"
version = "0.2.3"
description = "Editor and Presenter for Manim Generated Content"
authors = ["christopher-besch <christopher.besch@gmx.de>"]
license = "MIT"
Expand Down

0 comments on commit 8d87d39

Please sign in to comment.