Skip to content

Commit 8ba28d3

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.2.2
Automatically generated by python-semantic-release
1 parent 05ba24f commit 8ba28d3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

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

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

5+
## v0.2.2 (2022-10-10)
6+
### Fix
7+
* Simulate_dynamic_system(display_progress_bar=False) ([`5108af7`](https://github.com/CallumJHays/mathpad/commit/5108af7d9cdae43715d08694b7a31fd35eacec02))
8+
59
## v0.2.1 (2022-10-06)
610
### Fix
711
* Now deleted import ([`cbc6ff9`](https://github.com/CallumJHays/mathpad/commit/cbc6ff9a2ea6a0d153f335d204cd5ee58f64c285))

Diff for: mathpad/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
sympy.init_printing() # type: ignore
2424
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore
2525

26-
__version__ = "0.2.1"
26+
__version__ = "0.2.2"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mathpad"
3-
version = "0.2.1"
3+
version = "0.2.2"
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)