Skip to content

Commit

Permalink
update version, add changelog for v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Nov 30, 2023
1 parent db710f3 commit 4614a85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion challengeutils/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.2.1"
__version__ = "4.3.0"
6 changes: 6 additions & 0 deletions docs/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ For older releases, visit the `GitHub releases`_.

.. _Github releases: https://github.com/Sage-Bionetworks/challengeutils/releases

v4.3.0
------
- Remove support for Python 3.7
- Add support for Python 3.11 and 3.12
- New feature added: `create-portal-challenge` - which will create a challenge on the new [Sage Challenge Portal (staging)](https://staging.challenges.synapse.org/)

v4.2.1
------
- Bug fix for `validate-project`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Thomas Yu, Verena Chung, Tim Bergquist"

# The short X.Y version
version = "4.2.1"
version = "4.3.0"
# The full version, including alpha/beta/rc tags
release = version

Expand Down

0 comments on commit 4614a85

Please sign in to comment.