Skip to content

Commit

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

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

## v2.1.0 (2023-07-08)

### Feature

* Support python3.10 ([`d8c93e7`](https://github.com/CallumJHays/mathpad/commit/d8c93e79909810e8b32776aa8f78949d2771b7d0))

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

### Fix
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.1"
__version__ = "2.1.0"
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.1"
version = "2.1.0"
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 84bd054

Please sign in to comment.