Skip to content

Commit 384f79c

Browse files
committed
Version change to 1.13.2
1 parent 1b18129 commit 384f79c

16 files changed

Lines changed: 19 additions & 19 deletions

File tree

.run/dqo run.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<option name="region" />
66
<option name="useCurrentConnection" value="false" />
77
</extension>
8-
<option name="JAR_PATH" value="$PROJECT_DIR$/dqops/target/dqo-dqops-1.13.1.jar" />
8+
<option name="JAR_PATH" value="$PROJECT_DIR$/dqops/target/dqo-dqops-1.13.2.jar" />
99
<option name="VM_PARAMETERS" value="-XX:MaxRAMPercentage=60.0 --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED" />
1010
<option name="PROGRAM_PARAMETERS" value="--server.port=8888 --dqo.python.debug-mode=silent" />
1111
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 1.13.1
1+
# 1.13.2
2+
3+
* Development release
24

3-
* Improvement in cancelling child jobs
4-
* Better Python process lifecycle management - longer keep-alive, different approach to stopping Python processes to speed up closing outdated processes
55

66

77

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DQOPS BUSINESS SOURCE LICENSE AGREEMENT
22

33
Business Source License 1.1
44
Licensor: Documati sp. z o.o.
5-
Licensed Work: DQOps Data Quality Operations Center 1.13.1
5+
Licensed Work: DQOps Data Quality Operations Center 1.13.2
66
The Licensed Work is © 2021-Present Documati sp. z o.o.
77

88
Additional Use Grant: You may make production use of the Licensed Work, provided

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.13.2

distribution/pom.xml

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

1212
<groupId>com.dqops</groupId>
1313
<artifactId>dqo-distribution</artifactId>
14-
<version>1.13.1</version> <!-- DQOps Version, do not touch (changed automatically) -->
14+
<version>1.13.2</version> <!-- DQOps Version, do not touch (changed automatically) -->
1515
<name>dqo-distribution</name>
1616
<description>DQOps Data Quality Operations Center final assembly</description>
1717
<packaging>pom</packaging>

distribution/python/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DQOPS BUSINESS SOURCE LICENSE AGREEMENT
22

33
Business Source License 1.1
44
Licensor: Documati sp. z o.o.
5-
Licensed Work: DQOps Data Quality Operations Center 1.13.1
5+
Licensed Work: DQOps Data Quality Operations Center 1.13.2
66
The Licensed Work is © 2021-Present Documati sp. z o.o.
77

88
Additional Use Grant: You may make production use of the Licensed Work, provided

distribution/python/dqops/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# four (4) years from its last modification date.
99

1010
# WARNING: the next two lines with the version numbers (VERSION =, PIP_VERSION =) should not be modified manually. They are changed by a maven profile at compile time.
11-
VERSION = "1.13.1"
12-
PIP_VERSION = "1.13.1"
11+
VERSION = "1.13.2"
12+
PIP_VERSION = "1.13.2"
1313
GITHUB_RELEASE = "v" + VERSION + ""
1414
JAVA_VERSION = "17"
1515

dqo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# four (4) years from its last modification date.
1010
#
1111

12-
export DQO_VERSION=1.13.1
12+
export DQO_VERSION=1.13.2
1313

1414
# Configure local development environment overrides
1515
if [ -f $(dirname $0)/set-dqo-envs.sh ]; then

dqo.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@REM four (4) years from its last modification date.
1010
@REM
1111

12-
set DQO_VERSION=1.13.1
12+
set DQO_VERSION=1.13.2
1313

1414
rem Configure local development environment overrides
1515
if exist "%~dp0set-dqo-envs.cmd" (

dqops/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</parent>
2222
<groupId>com.dqops</groupId>
2323
<artifactId>dqo-dqops</artifactId>
24-
<version>1.13.1</version> <!-- DQOps Version, do not touch (changed automatically) -->
24+
<version>1.13.2</version> <!-- DQOps Version, do not touch (changed automatically) -->
2525
<packaging>jar</packaging>
2626
<name>dqo-dqops</name>
2727
<description>DQOps Data Quality Operations Center</description>

0 commit comments

Comments
 (0)