Skip to content

Commit 672af2f

Browse files
authored
Merge pull request #739 from MetaCell/release/2.3.0
Release/2.3.0 to dev
2 parents 616b699 + 237d25a commit 672af2f

13 files changed

Lines changed: 11 additions & 13 deletions

File tree

applications/common/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "openapi_server"
7-
VERSION = "1.0.0"
7+
VERSION = "2.3.0"
88

99
# To install the library, run the following
1010
#

applications/notifications/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "notifications"
7-
VERSION = "1.0.0"
7+
VERSION = "2.3.0"
88

99
# To install the library, run the following
1010
#

applications/samples/backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "samples"
7-
VERSION = "1.0.0"
7+
VERSION = "2.3.0"
88

99
# To install the library, run the following
1010
#
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.

applications/volumemanager/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "volumemanager"
7-
VERSION = "1.0.0"
7+
VERSION = "2.3.0"
88

99
# To install the library, run the following
1010
#

applications/workflows/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "workflows_api"
7-
VERSION = "1.0.0"
7+
VERSION = "2.3.0"
88

99
# To install the library, run the following
1010
#

libraries/client/cloudharness_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "cloudharness-cli"
15-
VERSION = "2.0.0"
15+
VERSION = "2.3.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

libraries/cloudharness-common/setup.py

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

44

55
NAME = "cloudharness"
6-
VERSION = "2.1.0"
6+
VERSION = "2.3.0"
77
# To install the library, run the following
88
#
99
# python setup.py install

libraries/cloudharness-utils/setup.py

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

1212

1313
NAME = "cloudharness_utils"
14-
VERSION = "2.0.0"
14+
VERSION = "2.3.0"
1515
# To install the library, run the following
1616
#
1717
# python setup.py install

0 commit comments

Comments
 (0)