From 9fb5c246b0bdaa5dac7e41ee1070bd0b96a9f167 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Apr 2020 16:58:40 +0000 Subject: [PATCH] chore(release): 0.7.10 ## [0.7.10](https://github.com/justindujardin/mathy/compare/v0.7.9...v0.7.10) (2020-04-05) ### Bug Fixes * **python3.6:** add backports for new typing features ([11017f9](https://github.com/justindujardin/mathy/commit/11017f9b26959e75eb39e4124237a36639c75008)) --- 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 9f6d1487..526b6c17 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.9", + "version": "0.7.10", "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 b7cab6ba..9d8008a9 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.9", + "version": "0.7.10", "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 c8996d03..d28cef72 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.9" +__version__ = "0.7.10" __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 75242fd5..ef37767d 100644 --- a/libraries/mathy_python/mathy/about.py +++ b/libraries/mathy_python/mathy/about.py @@ -1,5 +1,5 @@ __title__ = "mathy" -__version__ = "0.7.9" +__version__ = "0.7.10" __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 13ed0936..3ed03ca0 100644 --- a/libraries/website/docs/changelog.md +++ b/libraries/website/docs/changelog.md @@ -1,3 +1,10 @@ +## [0.7.10](https://github.com/justindujardin/mathy/compare/v0.7.9...v0.7.10) (2020-04-05) + + +### Bug Fixes + +* **python3.6:** add backports for new typing features ([11017f9](https://github.com/justindujardin/mathy/commit/11017f9b26959e75eb39e4124237a36639c75008)) + ## [0.7.9](https://github.com/justindujardin/mathy/compare/v0.7.8...v0.7.9) (2020-04-05)