Skip to content

Commit d2e8383

Browse files
authored
Merge pull request #153 from mpeuster/master
Cleanup for 0.9 release
2 parents 0475290 + 2f57ca0 commit d2e8383

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

plugins/son-mano-service-lifecycle-management/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Versions should comply with PEP440. For a discussion on single-sourcing
4646
# the version across setup.py and the project code, see
4747
# https://packaging.python.org/en/latest/single_source_version.html
48-
version='0.0.1',
48+
version='0.9',
4949

5050
description='SONATA service lifecycle management plugin',
5151
long_description=long_description,

plugins/son-mano-test-plugin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Versions should comply with PEP440. For a discussion on single-sourcing
4646
# the version across setup.py and the project code, see
4747
# https://packaging.python.org/en/latest/single_source_version.html
48-
version='0.0.1',
48+
version='0.9',
4949

5050
description='SONATA test plugin',
5151
long_description=long_description,

son-mano-base/setup.cfg

Whitespace-only changes.

son-mano-base/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Versions should comply with PEP440. For a discussion on single-sourcing
4545
# the version across setup.py and the project code, see
4646
# https://packaging.python.org/en/latest/single_source_version.html
47-
version='0.0.1',
47+
version='0.9',
4848

4949
description='SONATA MANO framework base',
5050
long_description=long_description,

son-mano-pluginmanager/setup.cfg

Whitespace-only changes.

son-mano-pluginmanager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Versions should comply with PEP440. For a discussion on single-sourcing
4545
# the version across setup.py and the project code, see
4646
# https://packaging.python.org/en/latest/single_source_version.html
47-
version='0.0.1',
47+
version='0.9',
4848

4949
description='SONATA MANO framework plugin manager',
5050
long_description=long_description,

0 commit comments

Comments
 (0)