From 0a9e902a59fc00de908e811afdc7fa8293dd0e8c Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Tue, 8 Oct 2024 17:43:34 +0000 Subject: [PATCH] Updated versions.json and changelog.md --- CHANGELOG.md | 4 ++-- versions.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415b7d0..275ad45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2024-10-02 +## [Unreleased] - 2024-10-08 ### Added ### Changed -* Bumped Python to 3.12.7. +* Bumped Python to 3.13.0. * Bumped GitHub CLI to 2.58.0. ### Deprecated diff --git a/versions.json b/versions.json index a79d6db..8cccba7 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,5 @@ "gh": "2.58.0", "git": "2.39.5", "gpg": "2.2.40", - "python": "3.12.7" + "python": "3.13.0" } \ No newline at end of file