From da86b61804e5c5553d42c064daebef809c80a8d5 Mon Sep 17 00:00:00 2001 From: fbarreir Date: Wed, 27 Sep 2023 12:55:54 +0200 Subject: [PATCH] Increased version --- ChangeLog.txt | 3 +++ PandaPkgInfo.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1be66debb..2008bdf7f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,8 @@ Release Notes +* 9/27/2023 + * 0.0.66 formatting using black and autopep8 + * 5/25/2022 * 0.0.30 for containerization diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index 15b8d79c9..8fb6f2c63 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.0.65" +release_version = "0.0.66"