From fcb25f7b398a56f3f7fa8a1e73cb32e425934e4a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Nov 2025 23:51:27 +0000 Subject: [PATCH 1/6] Auto-updated version from 1.0.11 to 1.0.11b0 --- PyBugReporter/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBugReporter/_version.py b/PyBugReporter/_version.py index c9b8f89..ec8a294 100644 --- a/PyBugReporter/_version.py +++ b/PyBugReporter/_version.py @@ -1 +1 @@ -__version__ = '1.0.11' \ No newline at end of file +__version__ = '1.0.11b0' \ No newline at end of file From a597d6226ef38fefec77ec52ef336c9a2ba4a120 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Nov 2025 23:51:28 +0000 Subject: [PATCH 2/6] Auto-updated version from 1.0.11b0 to 1.0.11b0.dev0 --- PyBugReporter/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBugReporter/_version.py b/PyBugReporter/_version.py index ec8a294..fdec57b 100644 --- a/PyBugReporter/_version.py +++ b/PyBugReporter/_version.py @@ -1 +1 @@ -__version__ = '1.0.11b0' \ No newline at end of file +__version__ = '1.0.11b0.dev0' \ No newline at end of file From d64fb2e945a6ec2e174df3ec408ad91ccddcb40b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Nov 2025 23:51:39 +0000 Subject: [PATCH 3/6] Auto-updated version from 1.0.11b0 to 1.0.11b1 --- PyBugReporter/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBugReporter/_version.py b/PyBugReporter/_version.py index ec8a294..56539f3 100644 --- a/PyBugReporter/_version.py +++ b/PyBugReporter/_version.py @@ -1 +1 @@ -__version__ = '1.0.11b0' \ No newline at end of file +__version__ = '1.0.11b1' \ No newline at end of file From 0b2980de0dea2ccdbb796c5648bfb0f5044d2505 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Nov 2025 23:51:40 +0000 Subject: [PATCH 4/6] Auto-updated version from 1.0.11b1 to 1.0.11b1.dev0 --- PyBugReporter/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBugReporter/_version.py b/PyBugReporter/_version.py index 56539f3..252ce93 100644 --- a/PyBugReporter/_version.py +++ b/PyBugReporter/_version.py @@ -1 +1 @@ -__version__ = '1.0.11b1' \ No newline at end of file +__version__ = '1.0.11b1.dev0' \ No newline at end of file From daf403278a3e01886da0e9b8d84958c8202ce390 Mon Sep 17 00:00:00 2001 From: Emaniacinator Date: Tue, 10 Feb 2026 13:09:29 -0700 Subject: [PATCH 5/6] Added python linter typing support --- PyBugReporter/py.typed | 0 PyBugReporter/src/py.typed | 0 py.typed | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 PyBugReporter/py.typed create mode 100644 PyBugReporter/src/py.typed create mode 100644 py.typed diff --git a/PyBugReporter/py.typed b/PyBugReporter/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/PyBugReporter/src/py.typed b/PyBugReporter/src/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/py.typed b/py.typed new file mode 100644 index 0000000..e69de29 From 4edf8ee2b1a6a155fd517401db16e7f077edcfba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Feb 2026 18:15:44 +0000 Subject: [PATCH 6/6] Auto-updated version from 1.0.11b1.dev0 to 1.0.11b1.dev1 --- PyBugReporter/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBugReporter/_version.py b/PyBugReporter/_version.py index 252ce93..ac63283 100644 --- a/PyBugReporter/_version.py +++ b/PyBugReporter/_version.py @@ -1 +1 @@ -__version__ = '1.0.11b1.dev0' \ No newline at end of file +__version__ = '1.0.11b1.dev1' \ No newline at end of file