We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ecb49 commit cd40c84Copy full SHA for cd40c84
pyproject.toml
@@ -144,7 +144,7 @@ collect_ignore = ['pyproject.toml']
144
exclude_lines = ['NotImplementedError()']
145
146
[tool.bumpversion]
147
-current_version = "1.15.0.dev1"
+current_version = "1.15.0"
148
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
149
serialize = [
150
'{major}.{minor}.{patch}.{release}{candidate}',
rdt/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = 'info@sdv.dev'
7
-__version__ = '1.15.0.dev1'
+__version__ = '1.15.0'
8
9
10
import sys
0 commit comments