File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.9.30-alpha.0
2
+ current_version = 3.9.30-alpha.1
3
3
commit = True
4
4
tag = True
5
5
parse = (?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}
6
+ serialize =
7
+ {major}.{minor}.{patch}-{prerelease_label}.{prerelease}
8
+ {major}.{minor}.{patch}
9
9
10
10
[bumpversion:part:prerelease]
11
11
first_value = 0
12
12
13
13
[bumpversion:part:prerelease_label]
14
14
optional_value = rc
15
- values =
16
- alpha
17
- beta
18
- rc
15
+ values =
16
+ alpha
17
+ beta
18
+ rc
19
19
20
20
[bumpversion:file:setup.py]
21
- search = version =' {current_version}' ,
22
- replace = version =' {new_version}' ,
21
+ search = version =' {current_version}' ,
22
+ replace = version =' {new_version}' ,
23
23
24
24
[bumpversion:file (badge):README.rst]
25
25
search = /v{current_version}.svg
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ default_context:
54
54
sphinx_doctest: "no"
55
55
sphinx_theme: "sphinx-py3doc-enhanced-theme"
56
56
test_matrix_separate_coverage: "no"
57
- version: 3.9.30-alpha.0
57
+ version: 3.9.30-alpha.1
58
58
version_manager: "bump2version"
59
59
website: "https://github.com/NREL"
60
60
year_from: "2023"
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ Free software: `MIT license <LICENSE>`__
58
58
:alt: Supported implementations
59
59
:target: https://pypi.org/project/geophires-x
60
60
61
- .. |commits-since | image :: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.9.30-alpha.0 .svg
61
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.9.30-alpha.1 .svg
62
62
:alt: Commits since latest release
63
- :target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.9.30-alpha.0 ...main
63
+ :target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.9.30-alpha.1 ...main
64
64
65
65
.. |docs | image :: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
66
66
:target: https://nrel.github.io/GEOPHIRES-X
Original file line number Diff line number Diff line change 18
18
year = '2025'
19
19
author = 'NREL'
20
20
copyright = f'{ year } , { author } '
21
- version = '3.9.30-alpha.0 '
21
+ version = '3.9.30-alpha.1 '
22
22
release = version
23
23
24
24
pygments_style = 'trac'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(*names, **kwargs):
13
13
14
14
setup (
15
15
name = 'geophires-x' ,
16
- version = '3.9.30-alpha.0 ' ,
16
+ version = '3.9.30-alpha.1 ' ,
17
17
license = 'MIT' ,
18
18
description = 'GEOPHIRES is a free and open-source geothermal techno-economic simulator.' ,
19
19
long_description = '{}\n {}' .format (
Original file line number Diff line number Diff line change 1
- __version__ = '3.9.30-alpha.0 '
1
+ __version__ = '3.9.30-alpha.1 '
You can’t perform that action at this time.
0 commit comments