Skip to content

Commit 13d3e2e

Browse files
committed
Bump version: 1.15.0.dev1 → 1.15.0
1 parent f011db0 commit 13d3e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ namespaces = false
133133
version = {attr = 'sdv.__version__'}
134134

135135
[tool.bumpversion]
136-
current_version = "1.15.0.dev1"
136+
current_version = "1.15.0"
137137
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
138138
serialize = [
139139
'{major}.{minor}.{patch}.{release}{candidate}',

sdv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = 'DataCebo, Inc.'
88
__email__ = '[email protected]'
9-
__version__ = '1.15.0.dev1'
9+
__version__ = '1.15.0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)