Skip to content

Commit 84bd054

Browse files
author
github-actions
committed
2.1.0
Automatically generated by python-semantic-release
1 parent 9c67a04 commit 84bd054

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.1.0 (2023-07-08)
6+
7+
### Feature
8+
9+
* Support python3.10 ([`d8c93e7`](https://github.com/CallumJHays/mathpad/commit/d8c93e79909810e8b32776aa8f78949d2771b7d0))
10+
511
## v2.0.1 (2023-07-02)
612

713
### Fix

mathpad/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
sympy.init_printing() # type: ignore
2727
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore
2828

29-
__version__ = "2.0.1"
29+
__version__ = "2.1.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mathpad"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "Simplified interface to Sympy for solving physics, engineering and maths problems"
55
authors = ["Callum J Hays <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)