Skip to content

Commit

Permalink
Simply bumping up the version for the next release (#512)
Browse files Browse the repository at this point in the history
* Removes legacy code

* updates versions

---------

Co-authored-by: pveigadecamargo <pveigadecamargo@anl.gov>
  • Loading branch information
pedrocamargo and pveigadecamargo committed Feb 25, 2024
1 parent 9fe62b8 commit 77edeae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __version__.py
@@ -1,5 +1,6 @@
# When updating the version, one must also update the docs/source/_static/switcher.json file
version = 1.0
minor_version = "0"
minor_version = "1"
release_name = "Rio de Janeiro"

release_version = f"{version}.{minor_version}"
5 changes: 5 additions & 0 deletions docs/source/_static/switcher.json
Expand Up @@ -4,6 +4,11 @@
"version": "develop",
"url": "https://aequilibrae.com/python/develop/"
},
{
"name": "1.0.1",
"version": "1.0.1",
"url": "https://aequilibrae.com/python/V.1.0.1/"
},
{
"name": "1.0.0",
"version": "1.0.0",
Expand Down

0 comments on commit 77edeae

Please sign in to comment.