From f3f97f513c9f71675b04754717b8c448d481ad63 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Thu, 12 Dec 2024 13:08:52 +1300 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=91=8D=20bump=20version=201.0.4=20->?= =?UTF-8?q?=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/dmarc_report/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 233d434..8fe8c67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dmarc-report" -version = "1.0.4" +version = "1.0.5" description = "Displays a nicely formatted report in your terminal from a DMARC XML report." readme = "README.md" authors = [{ name = "Stuart Maxwell", email = "stuart@amanzi.nz" }] @@ -67,7 +67,7 @@ convention = "google" # Accepts: "google", "numpy", or "pep257". python_files = "test_*.py" [tool.bumpver] -current_version = "1.0.4" +current_version = "1.0.5" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "👍 bump version {old_version} -> {new_version}" commit = true diff --git a/src/dmarc_report/__init__.py b/src/dmarc_report/__init__.py index f5ad405..187cba1 100644 --- a/src/dmarc_report/__init__.py +++ b/src/dmarc_report/__init__.py @@ -1,3 +1,3 @@ """DMARC report parser and display tool.""" -__version__ = "1.0.4" +__version__ = "1.0.5" From 495b6414afcae8291f04d3efca3d5b0cf616cb60 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Thu, 12 Dec 2024 13:08:56 +1300 Subject: [PATCH 2/3] Bump version --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 1a9a01d..b9e8e8b 100644 --- a/uv.lock +++ b/uv.lock @@ -78,7 +78,7 @@ wheels = [ [[package]] name = "dmarc-report" -version = "1.0.4" +version = "1.0.5" source = { editable = "." } dependencies = [ { name = "defusedxml" }, From a72ff4292cfc2c4444486d96665633136f4c06da Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Thu, 12 Dec 2024 13:09:50 +1300 Subject: [PATCH 3/3] Update dependencies --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index b9e8e8b..e8d3915 100644 --- a/uv.lock +++ b/uv.lock @@ -3,11 +3,11 @@ requires-python = ">=3.9" [[package]] name = "argcomplete" -version = "3.5.1" +version = "3.5.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5f/39/27605e133e7f4bb0c8e48c9a6b87101515e3446003e0442761f6a02ac35e/argcomplete-3.5.1.tar.gz", hash = "sha256:eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4", size = 82280 } +sdist = { url = "https://files.pythonhosted.org/packages/7f/03/581b1c29d88fffaa08abbced2e628c34dd92d32f1adaed7e42fc416938b0/argcomplete-3.5.2.tar.gz", hash = "sha256:23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb", size = 82341 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f7/be/a606a6701d491cfae75583c80a6583f8abe9c36c0b9666e867e7cdd62fe8/argcomplete-3.5.1-py3-none-any.whl", hash = "sha256:1a1d148bdaa3e3b93454900163403df41448a248af01b6e849edc5ac08e6c363", size = 43498 }, + { url = "https://files.pythonhosted.org/packages/a9/37/3fa718aaadd36e073891138dc3ebd919a71bafd4881c97d8a133265af191/argcomplete-3.5.2-py3-none-any.whl", hash = "sha256:036d020d79048a5d525bc63880d7a4b8d1668566b8a76daf1144c0bbe0f63472", size = 43506 }, ] [[package]]