Skip to content

Commit 7e36746

Browse files
committed
Update changelog and increment version to 3.1.0
1 parent bb20c82 commit 7e36746

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.1.0 - Sep 30, 2025. (sha bb20c82fd3dbf3c8b42e59956854d732a9f43365)
2+
--------------------------------------------------------------------
3+
* Remove the duplicated docs section by @martenson (PR #164)
4+
* Remove pipe synthax only available from py3.10 by @nagoue (PR #165)
5+
* Implement basic version of resource requirements by @mvdbeek (PR #166)
6+
17
3.0.1 - Aug 7, 2025. (sha 9273d0c5593c6aff3eb88c8ef208195d716458e9)
28
--------------------------------------------------------------------
39
* Fix jinja template missed in packaging step by @nuwang (PR #162)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
maintainers = [
1515
{name = "Galaxy Committers", email = "galaxy-committers@lists.galaxyproject.org"}
1616
]
17-
version = "3.0.1"
17+
version = "3.1.0"
1818
dependencies = [
1919
"cachetools>=3.1.0",
2020
"types-cachetools",

0 commit comments

Comments
 (0)