Skip to content

Commit 35db86c

Browse files
committed
chore(release): bump to v4.3.45
1 parent 5a116ac commit 35db86c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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"
11-
version = "4.3.44"
11+
version = "4.3.45"
1212

1313
# keywords for easier look-up on PyPI
1414
authors = [
@@ -181,7 +181,7 @@ build = [
181181
allow_dirty = true
182182
commit = false
183183
commit_args = "-S --no-verify"
184-
current_version = "4.3.44"
184+
current_version = "4.3.45"
185185
ignore_missing_files = false
186186
ignore_missing_version = false
187187
message = "chore(release): bump to v{new_version}"

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.44"
19+
OpVersion="4.3.45"
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
@@ -17,7 +17,7 @@
1717
. ./dma_oee.sh
1818

1919
# Global variables and constants
20-
dma_version="4.3.44"
20+
dma_version="4.3.45"
2121
dbmajor=""
2222
dbdomain=""
2323
script_dir=""

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.44"
19+
OpVersion="4.3.45"
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
@@ -263,7 +263,7 @@ $validSQLInstanceVersionCheckValues = $splitValidInstanceVerisionCheckObj | ForE
263263
$isValidSQLInstanceVersion = $validSQLInstanceVersionCheckValues[0]
264264
$isCloudOrLinuxHost = $validSQLInstanceVersionCheckValues[1]
265265

266-
$op_version = "4.3.44"
266+
$op_version = "4.3.45"
267267

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

scripts/masker/dma-collection-masker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ __all__ = (
3939
"run_masker",
4040
)
4141

42-
__version__ = "4.3.44"
42+
__version__ = "4.3.45"
4343

4444
logger = logging.getLogger(__name__)
4545

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)