From ec6caf1df817129042919710f4a7416017b74dcd Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Sun, 10 Nov 2024 07:02:20 +0100 Subject: [PATCH] Release version 0.0.0.dev12 --- pyproject.toml | 2 +- src/github_contexts/_util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2edbff8..b8290aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- [project] -version = "0.0.0.dev11" +version = "0.0.0.dev12" name = "GitHub-Contexts" requires-python = ">=3.10" dependencies = [ diff --git a/src/github_contexts/_util.py b/src/github_contexts/_util.py index 9369608..181c176 100644 --- a/src/github_contexts/_util.py +++ b/src/github_contexts/_util.py @@ -6,4 +6,4 @@ def normalize_newlines(obj): elif isinstance(obj, list): return [normalize_newlines(element) for element in obj] else: - return obj \ No newline at end of file + return obj