From 269d0589db64bb5b80a6390dbffd0453f652c4aa Mon Sep 17 00:00:00 2001 From: Jonathon Date: Mon, 27 Feb 2023 09:39:51 -0500 Subject: [PATCH] v0.10.1 --- README.rst | 4 ++++ docs/source/community/distributing.rst | 2 +- docs/source/index.rst | 7 +++++++ nasim/envs/host_vector.py | 2 +- setup.py | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b5eb38a..5fea015 100755 --- a/README.rst +++ b/README.rst @@ -79,6 +79,10 @@ License What's new ---------- +- 2023-02-27 (v 0.10.1) (MICRO release) + + + Fixed bug for host based actions (thanks @nguyen-thanh20 for the bug report) + - 2022-07-30 (v 0.10.0) (MINOR release) + Fixed typos (thanks @francescoluciano) diff --git a/docs/source/community/distributing.rst b/docs/source/community/distributing.rst index e396e27..36c6a1c 100644 --- a/docs/source/community/distributing.rst +++ b/docs/source/community/distributing.rst @@ -20,7 +20,7 @@ Before pushing to master 2. Ensure updates are included in the *What's new* section of the *README.rst* and *docs/source/index.rst* files (this step can be ignored for very small changes) 3. Ensure any necessary updates have been included in the documentation. -4. Make sure the documentation can be build by running: +4. Make sure the documentation can be built by running: .. code-block:: bash diff --git a/docs/source/index.rst b/docs/source/index.rst index 663045a..51096b6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,6 +9,13 @@ The environment is modelled after the `OpenAI gym