From a7153031cd8abcb99396066ded276420d4fe2412 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 9 Aug 2022 09:47:40 +0200 Subject: [PATCH 1/3] Update yara submodule. --- yara | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yara b/yara index 1367943..b77e4f4 160000 --- a/yara +++ b/yara @@ -1 +1 @@ -Subproject commit 136794355c51242b595af42309a234846d534e8b +Subproject commit b77e4f45b4662af320c999d4ee559e1f3bc61226 From 3e1f9cf34a2a1440cadd8021050260506e97bf33 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 9 Aug 2022 09:57:06 +0200 Subject: [PATCH 2/3] Fix version of yara submodule. --- yara | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yara b/yara index b77e4f4..ba94b4f 160000 --- a/yara +++ b/yara @@ -1 +1 @@ -Subproject commit b77e4f45b4662af320c999d4ee559e1f3bc61226 +Subproject commit ba94b4f8ebb6d56786d14f6a0f7529b32d7c216f From 8106b84fa967bcd2fff4f5a40e558c36bb8d54e8 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 9 Aug 2022 13:44:49 +0200 Subject: [PATCH 3/3] Bump version number and upload .msi generated by Appveyor to Github. --- appveyor.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2f63a38..285a2a3 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -178,7 +178,7 @@ deploy: provider: GitHub auth_token: secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL - artifact: /.*\.exe/ + artifact: /.*\.msi/ draft: true on: APPVEYOR_REPO_TAG: true # deploy on tag push only diff --git a/setup.py b/setup.py index d1f0a46..f4bebcc 100644 --- a/setup.py +++ b/setup.py @@ -350,7 +350,7 @@ def run(self): setup( name='yara-python', - version='4.2.0', + version='4.2.3', description='Python interface for YARA', long_description=readme, license='Apache 2.0',