Skip to content

Commit

Permalink
git subrepo pull (merge) mathpad
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "mathpad"
  merged:   "e15db36"
upstream:
  origin:   "https://github.com/CallumJHays/mathpad"
  branch:   "main"
  commit:   "cd7828f"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
  • Loading branch information
CallumJHays committed Oct 10, 2022
2 parents 5108af7 + cd7828f commit 05ba24f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.2.1 (2022-10-06)
### Fix
* Now deleted import ([`cbc6ff9`](https://github.com/CallumJHays/mathpad/commit/cbc6ff9a2ea6a0d153f335d204cd5ee58f64c285))

## v0.2.0 (2022-10-05)
### Feature
* Update poetry deps ([`f48768e`](https://github.com/CallumJHays/mathpad/commit/f48768ef3ca05ca457a62ae1e87ad8349d18b2dc))
Expand Down
2 changes: 1 addition & 1 deletion mathpad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
sympy.init_printing() # type: ignore
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore

__version__ = "0.2.0"
__version__ = "0.2.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 = "0.2.0"
version = "0.2.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 05ba24f

Please sign in to comment.