File tree Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.9.27
2+ current_version = 3.9.28-rc.0
33commit = True
44tag = True
5-
6- # Teaches bumpversion how to read and break down a version string that may or may not have a prerelease tag.
75parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<prerelease_label>[a-z]+)\.(?P<prerelease>\d+))?
6+ serialize =
7+ {major}.{minor}.{patch}-{prerelease_label}.{prerelease}
8+ {major}.{minor}.{patch}
89
9- # Teaches bumpversion how to build the new version string. It will try the first format, and if prerelease parts are
10- # missing, it will fall back to the second format.
11- serialize =
12- {major}.{minor}.{patch}-{prerelease_label}.{prerelease}
13- {major}.{minor}.{patch}
14-
15- # Configures the new 'prerelease' number part
1610[bumpversion:part:prerelease]
1711first_value = 0
1812
1913[bumpversion:part:prerelease_label]
2014optional_value = rc
21- values =
22- alpha
23- beta
24- rc
15+ values =
16+ alpha
17+ beta
18+ rc
2519
2620[bumpversion:file:setup.py]
2721search = version =' {current_version}'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ default_context:
5454 sphinx_doctest: "no"
5555 sphinx_theme: "sphinx-py3doc-enhanced-theme"
5656 test_matrix_separate_coverage: "no"
57- version: 3.9.27
57+ version: 3.9.28
5858 version_manager: "bump2version"
5959 website: "https://github.com/NREL"
6060 year_from: "2023"
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ Free software: `MIT license <LICENSE>`__
5656 :alt: Supported implementations
5757 :target: https://pypi.org/project/geophires-x
5858
59- .. |commits-since | image :: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.9.27 .svg
59+ .. |commits-since | image :: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.9.28 .svg
6060 :alt: Commits since latest release
61- :target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.9.27 ...main
61+ :target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.9.28 ...main
6262
6363.. |docs | image :: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
6464 :target: https://nrel.github.io/GEOPHIRES-X
Original file line number Diff line number Diff line change 1818year = '2025'
1919author = 'NREL'
2020copyright = f'{ year } , { author } '
21- version = release = '3.9.27 '
21+ version = release = '3.9.28 '
2222
2323pygments_style = 'trac'
2424templates_path = ['./templates' ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313
1414setup (
1515 name = 'geophires-x' ,
16- version = '3.9.27 ' ,
16+ version = '3.9.28 ' ,
1717 license = 'MIT' ,
1818 description = 'GEOPHIRES is a free and open-source geothermal techno-economic simulator.' ,
1919 long_description = '{}\n {}' .format (
Original file line number Diff line number Diff line change 1- __version__ = '3.9.27 '
1+ __version__ = '3.9.28 '
You can’t perform that action at this time.
0 commit comments