Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97-zz committed Jun 6, 2019
1 parent 20a1074 commit c2debb8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/nidcpower/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
'latest_runtime_version_tested_against': '18.1.1',
}
2 changes: 1 addition & 1 deletion src/nidmm/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
'latest_runtime_version_tested_against': '18.1.0',
}
2 changes: 1 addition & 1 deletion src/nifake/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
}
2 changes: 1 addition & 1 deletion src/nifgen/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
'latest_runtime_version_tested_against': '18.1.0',
}
2 changes: 1 addition & 1 deletion src/nimodinst/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
'latest_runtime_version_tested_against': '18.0.0',
}
2 changes: 1 addition & 1 deletion src/niscope/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
'latest_runtime_version_tested_against': '18.1.0',
}
2 changes: 1 addition & 1 deletion src/nise/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '0.2.2.dev0',
'module_version': '0.2.2',
'latest_runtime_version_tested_against': '18.0.0',
}
2 changes: 1 addition & 1 deletion src/niswitch/metadata/config_addon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need to maintain the version here since it needs to be updated by the build process on GitHub
config_additional_config = {
'module_version': '1.1.2.dev0',
'module_version': '1.1.2',
'latest_runtime_version_tested_against': '18.0.0',
}

0 comments on commit c2debb8

Please sign in to comment.