From 7dd83f9957e7ef778e9971dae8f2f7d0e4516087 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 13 Jun 2024 09:05:43 -0400 Subject: [PATCH] =?UTF-8?q?v0.1.2=20=E2=80=94=20Fix=20tests=20on=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix tests when `AppData` is set in the environment --- CHANGELOG.md | 4 ++-- src/ghtoken/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9713a..d578cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.1.2 (in development) ------------------------ +v0.1.2 (2024-06-13) +------------------- - Fix tests when `AppData` is set in the environment v0.1.1 (2024-06-12) diff --git a/src/ghtoken/__init__.py b/src/ghtoken/__init__.py index 4e7cc72..5898ed6 100644 --- a/src/ghtoken/__init__.py +++ b/src/ghtoken/__init__.py @@ -35,7 +35,7 @@ from dotenv import dotenv_values, find_dotenv from ruamel.yaml import YAML -__version__ = "0.1.2.dev1" +__version__ = "0.1.2" __author__ = "John Thorvald Wodder II" __author_email__ = "ghtoken@varonathe.org" __license__ = "MIT"