Commit 2533594f authored by Matthias Bernt's avatar Matthias Bernt
Browse files

Start work on 25.0.3.dev0

parent 34d077d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "@galaxyproject/galaxy-client",
  "version": "25.0.2",
  "version": "25.0.3.dev0",
  "description": "Galaxy client application build system",
  "keywords": [
    "galaxy"
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "25.0"
VERSION_MINOR = "2"
VERSION_MINOR = "3.dev0"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,12 @@ History

.. to_doc

-----------
25.0.3.dev0
-----------



-------------------
25.0.2 (2025-08-13)
-------------------
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-app
url = https://github.com/galaxyproject/galaxy
version = 25.0.2
version = 25.0.3.dev0

[options]
include_package_data = True
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,12 @@ History

.. to_doc

-----------
25.0.3.dev0
-----------



-------------------
25.0.2 (2025-08-13)
-------------------
Loading