From 33e661ecd8e56e16702389dea77bf2e7b01dbcb4 Mon Sep 17 00:00:00 2001 From: JoelForamitti <57440945+JoelForamitti@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:59:15 +0200 Subject: [PATCH] Release 0.1.1 --- docs/changelog.rst | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ce5bb73..d6c62cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,12 @@ Changelog ========= +0.1.1 (June 2021) +----------------- + +- Marked release for the upcoming JOSS publication of AgentPy. +- Fixed :func:`Grid.move_to`: Agents can now move to their current position. + 0.1.0 (May 2021) ---------------- diff --git a/setup.cfg b/setup.cfg index ea13aa9..7903dc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.1.1.dev +version = 0.1.1 [options] packages = find: