Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 2, 2023
1 parent 0e330d9 commit 7d0a6b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v2.0.1 (2023-07-02)

### Fix

* **deps:** Forgot one package ([`0e330d9`](https://github.com/CallumJHays/mathpad/commit/0e330d9484615d2bea714999e0256b1c93a2832e))
* **deps:** Move viz-only deps into 'viz' extras ([`d88975d`](https://github.com/CallumJHays/mathpad/commit/d88975d5817fb40643df09fb6877d7e1f8a65fee))
* Use internal imports for now to simplify conda deps ([`a68f333`](https://github.com/CallumJHays/mathpad/commit/a68f33355d5ba143f03d1f318535520b86cd98c6))

### Documentation

* Update Walkthrough ([`8ff844d`](https://github.com/CallumJHays/mathpad/commit/8ff844dfbe6145d22284134931c1c8a4be94a8dd))

## v2.0.0 (2023-07-02)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion mathpad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
sympy.init_printing() # type: ignore
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore

__version__ = "2.0.0"
__version__ = "2.0.1"
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 = "mathpad"
version = "2.0.0"
version = "2.0.1"
description = "Simplified interface to Sympy for solving physics, engineering and maths problems"
authors = ["Callum J Hays <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7d0a6b4

Please sign in to comment.