From 470158551517d8897d9cb7f5d57ac682adbe013a Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Wed, 2 Oct 2024 21:04:54 +0000 Subject: [PATCH 1/2] Release 2024.09.13 --- .version | 2 +- LICENSE | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 204839e..020366c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2022.4.26 +2024.09.13 diff --git a/LICENSE b/LICENSE index be67dda..36be9d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Matt Seymour +Copyright (c) 2024 Matt Seymour, Bernhard Kaindl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 167409d..730410b 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,6 @@ setup( name='pre_commit_pytype', - version='2023.5.8', - install_requires=['pytype==2023.5.8'], + version='2024.09.13', + install_requires=['pytype==2024.09.13'], ) From 1cd399b93d736c3a17631b77709955c89dcf2d53 Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Fri, 18 Oct 2024 12:00:00 +0200 Subject: [PATCH 2/2] Release 2024.10.11 --- .version | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 020366c..724f9fd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2024.09.13 +2024.10.11 diff --git a/setup.py b/setup.py index 730410b..7a4fd2f 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,6 @@ setup( name='pre_commit_pytype', - version='2024.09.13', - install_requires=['pytype==2024.09.13'], + version='2024.10.11', + install_requires=['pytype==2024.10.11'], )