From 3ed94e395da8f766bdc3b14b03a03475bf3334d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Apr 2020 00:55:35 +0000 Subject: [PATCH] chore(release): 0.7.13 ## [0.7.13](https://github.com/justindujardin/mathy/compare/v0.7.12...v0.7.13) (2020-04-12) ### Features * **mkdocs:** update mkdocs-material to 5.x SPA ([0be38b4](https://github.com/justindujardin/mathy/commit/0be38b4284cdbbf321c9d67f9a14a0a706feb259)) --- libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json | 2 +- libraries/mathy_alpha_sm/model.config.json | 2 +- libraries/mathy_pydoc/mathy_pydoc/about.py | 2 +- libraries/mathy_python/mathy/about.py | 2 +- libraries/website/docs/changelog.md | 7 +++++++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json b/libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json index 46a58cf2..1f6c0eee 100644 --- a/libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json +++ b/libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json @@ -1,6 +1,6 @@ { "name": "mathy_alpha_sm", - "version": "0.7.12", + "version": "0.7.13", "description": "Mathy.ai multi-task small model", "license": "CC BY-SA 3.0", "author": "Justin DuJardin", diff --git a/libraries/mathy_alpha_sm/model.config.json b/libraries/mathy_alpha_sm/model.config.json index c5e8f37a..4c925316 100644 --- a/libraries/mathy_alpha_sm/model.config.json +++ b/libraries/mathy_alpha_sm/model.config.json @@ -1,6 +1,6 @@ { "name": "mathy_alpha_sm", - "version": "0.7.12", + "version": "0.7.13", "description": "Mathy.ai trained model", "license": "CC BY-SA 3.0", "author": "Justin DuJardin", diff --git a/libraries/mathy_pydoc/mathy_pydoc/about.py b/libraries/mathy_pydoc/mathy_pydoc/about.py index 704c54a3..001ab3f5 100644 --- a/libraries/mathy_pydoc/mathy_pydoc/about.py +++ b/libraries/mathy_pydoc/mathy_pydoc/about.py @@ -1,5 +1,5 @@ __title__ = "mathy_pydoc" -__version__ = "0.7.12" +__version__ = "0.7.13" __summary__ = "Minimal python API documentation generation for https://mathy.ai" __uri__ = "https://mathy.ai" __author__ = "Justin DuJardin" diff --git a/libraries/mathy_python/mathy/about.py b/libraries/mathy_python/mathy/about.py index 8072f114..b577a823 100644 --- a/libraries/mathy_python/mathy/about.py +++ b/libraries/mathy_python/mathy/about.py @@ -1,5 +1,5 @@ __title__ = "mathy" -__version__ = "0.7.12" +__version__ = "0.7.13" __summary__ = "Mathy - RL environments for solving math problems step-by-step" __uri__ = "https://mathy.ai" __author__ = "Justin DuJardin" diff --git a/libraries/website/docs/changelog.md b/libraries/website/docs/changelog.md index 13d42b72..5c0287c9 100644 --- a/libraries/website/docs/changelog.md +++ b/libraries/website/docs/changelog.md @@ -1,3 +1,10 @@ +## [0.7.13](https://github.com/justindujardin/mathy/compare/v0.7.12...v0.7.13) (2020-04-12) + + +### Features + +* **mkdocs:** update mkdocs-material to 5.x SPA ([0be38b4](https://github.com/justindujardin/mathy/commit/0be38b4284cdbbf321c9d67f9a14a0a706feb259)) + ## [0.7.12](https://github.com/justindujardin/mathy/compare/v0.7.11...v0.7.12) (2020-04-09)