Skip to content

Commit 397873e

Browse files
authored
chore(release): bump version to v4.3.37 (#455)
1 parent 340be0f commit 397873e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.3.36
2+
current_version = 4.3.37
33
commit = False
44
tag = False
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { text = "Apache-2.0" }
88
name = "dma"
99
readme = "README.md"
1010
requires-python = ">=3.9,<3.13"
11-
version = "4.3.36"
11+
version = "4.3.37"
1212

1313
# keywords for easier look-up on PyPI
1414
authors = [

scripts/collector/mysql/collect-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### Setup directories needed for execution
1818
#############################################################################
19-
OpVersion="4.3.36"
19+
OpVersion="4.3.37"
2020
dbmajor=""
2121

2222
LOCALE=$(echo $LANG | cut -d '.' -f 1)

scripts/collector/oracle/collect-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### Setup directories needed for execution
1818
#############################################################################
19-
OpVersion="4.3.36"
19+
OpVersion="4.3.37"
2020
dbmajor=""
2121

2222
LOCALE=$(echo $LANG | cut -d '.' -f 1)

scripts/collector/postgres/collect-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### Setup directories needed for execution
1818
#############################################################################
19-
OpVersion="4.3.36"
19+
OpVersion="4.3.37"
2020
dbmajor=""
2121

2222
LOCALE=$(echo $LANG | cut -d '.' -f 1)

scripts/collector/sqlserver/instanceReview.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ $validSQLInstanceVersionCheckValues = $splitValidInstanceVerisionCheckObj | ForE
245245
$isValidSQLInstanceVersion = $validSQLInstanceVersionCheckValues[0]
246246
$isCloudOrLinuxHost = $validSQLInstanceVersionCheckValues[1]
247247

248-
$op_version = "4.3.36"
248+
$op_version = "4.3.37"
249249

250250
if ([string]($isValidSQLInstanceVersion) -eq "N") {
251251
Write-Host "#############################################################"

scripts/masker/dma-collection-masker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ __all__ = [
3636
"run_masker",
3737
]
3838

39-
__version__ = "4.3.36"
39+
__version__ = "4.3.37"
4040

4141
logger = logging.getLogger(__name__)
4242

0 commit comments

Comments
 (0)