Commit aa9cc5b9 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

Start work on 23.1.dev0

parent f722e122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
VERSION_MAJOR = "23.0"
VERSION_MINOR = "1"
VERSION_MAJOR = "23.1"
VERSION_MINOR = "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

---------
23.1.dev0
---------



-------------------
23.0.1 (2023-06-08)
-------------------
+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 = 23.0.1
version = 23.1.dev0

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

.. to_doc

---------
23.1.dev0
---------



-------------------
23.0.1 (2023-06-08)
-------------------
+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-auth
url = https://github.com/galaxyproject/galaxy
version = 23.0.1
version = 23.1.dev0

[options]
include_package_data = True
Loading