From 541f4afd12c88343b9c333e4e8e69c06d125a75e Mon Sep 17 00:00:00 2001 From: blag Date: Sun, 4 Jul 2021 17:49:14 -0700 Subject: [PATCH 1/2] Fix version quotes for black --- .../runners/action_chain_runner/action_chain_runner/__init__.py | 2 +- .../runners/announcement_runner/announcement_runner/__init__.py | 2 +- contrib/runners/http_runner/http_runner/__init__.py | 2 +- contrib/runners/inquirer_runner/inquirer_runner/__init__.py | 2 +- contrib/runners/local_runner/local_runner/__init__.py | 2 +- contrib/runners/noop_runner/noop_runner/__init__.py | 2 +- contrib/runners/orquesta_runner/orquesta_runner/__init__.py | 2 +- contrib/runners/python_runner/python_runner/__init__.py | 2 +- contrib/runners/remote_runner/remote_runner/__init__.py | 2 +- contrib/runners/winrm_runner/winrm_runner/__init__.py | 2 +- st2actions/st2actions/__init__.py | 2 +- st2api/st2api/__init__.py | 2 +- st2auth/st2auth/__init__.py | 2 +- st2client/st2client/__init__.py | 2 +- st2common/st2common/__init__.py | 2 +- st2reactor/st2reactor/__init__.py | 2 +- st2stream/st2stream/__init__.py | 2 +- st2tests/st2tests/__init__.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/contrib/runners/action_chain_runner/action_chain_runner/__init__.py b/contrib/runners/action_chain_runner/action_chain_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/action_chain_runner/action_chain_runner/__init__.py +++ b/contrib/runners/action_chain_runner/action_chain_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/announcement_runner/announcement_runner/__init__.py b/contrib/runners/announcement_runner/announcement_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/announcement_runner/announcement_runner/__init__.py +++ b/contrib/runners/announcement_runner/announcement_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/http_runner/http_runner/__init__.py b/contrib/runners/http_runner/http_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/http_runner/http_runner/__init__.py +++ b/contrib/runners/http_runner/http_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/inquirer_runner/inquirer_runner/__init__.py b/contrib/runners/inquirer_runner/inquirer_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/inquirer_runner/inquirer_runner/__init__.py +++ b/contrib/runners/inquirer_runner/inquirer_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/local_runner/local_runner/__init__.py b/contrib/runners/local_runner/local_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/local_runner/local_runner/__init__.py +++ b/contrib/runners/local_runner/local_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/noop_runner/noop_runner/__init__.py b/contrib/runners/noop_runner/noop_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/noop_runner/noop_runner/__init__.py +++ b/contrib/runners/noop_runner/noop_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/orquesta_runner/orquesta_runner/__init__.py b/contrib/runners/orquesta_runner/orquesta_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/orquesta_runner/orquesta_runner/__init__.py +++ b/contrib/runners/orquesta_runner/orquesta_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/python_runner/python_runner/__init__.py b/contrib/runners/python_runner/python_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/python_runner/python_runner/__init__.py +++ b/contrib/runners/python_runner/python_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/remote_runner/remote_runner/__init__.py b/contrib/runners/remote_runner/remote_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/remote_runner/remote_runner/__init__.py +++ b/contrib/runners/remote_runner/remote_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/contrib/runners/winrm_runner/winrm_runner/__init__.py b/contrib/runners/winrm_runner/winrm_runner/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/contrib/runners/winrm_runner/winrm_runner/__init__.py +++ b/contrib/runners/winrm_runner/winrm_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2actions/st2actions/__init__.py b/st2actions/st2actions/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2actions/st2actions/__init__.py +++ b/st2actions/st2actions/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2api/st2api/__init__.py b/st2api/st2api/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2api/st2api/__init__.py +++ b/st2api/st2api/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2auth/st2auth/__init__.py b/st2auth/st2auth/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2auth/st2auth/__init__.py +++ b/st2auth/st2auth/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2client/st2client/__init__.py b/st2client/st2client/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2client/st2client/__init__.py +++ b/st2client/st2client/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2common/st2common/__init__.py b/st2common/st2common/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2common/st2common/__init__.py +++ b/st2common/st2common/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2reactor/st2reactor/__init__.py b/st2reactor/st2reactor/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2reactor/st2reactor/__init__.py +++ b/st2reactor/st2reactor/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2stream/st2stream/__init__.py b/st2stream/st2stream/__init__.py index 2e5ec8277d..18f4135fa2 100644 --- a/st2stream/st2stream/__init__.py +++ b/st2stream/st2stream/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.6dev' +__version__ = "3.6dev" diff --git a/st2tests/st2tests/__init__.py b/st2tests/st2tests/__init__.py index 6e50763e08..da3a411327 100644 --- a/st2tests/st2tests/__init__.py +++ b/st2tests/st2tests/__init__.py @@ -30,4 +30,4 @@ "WorkflowTestCase", ] -__version__ = '3.6dev' +__version__ = "3.6dev" From c97b54a1a36feccd71e3e8e0574b119c54d75602 Mon Sep 17 00:00:00 2001 From: blag Date: Sun, 4 Jul 2021 17:58:25 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09658caeca..61c7598ace 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,12 @@ Changelog in development -------------- +Changed +~~~~~~~ + +* Fixed ``__init__.py`` files to use double quotes to better align with black linting #5299 + + Contributed by @blag. 3.5.0 - June 23, 2021 ---------------------