diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a91a52..19a6bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.2.0 (in development) ------------------------ +v0.1.1 (2024-06-12) +------------------- - Always open hub configuration files using UTF-8 encoding - Migrated from setuptools to hatch - Drop support for Python 3.7 diff --git a/LICENSE b/LICENSE index b29d1e2..370953b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 John Thorvald Wodder II +Copyright (c) 2023-2024 John Thorvald Wodder II 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/src/ghtoken/__init__.py b/src/ghtoken/__init__.py index 8012815..013f498 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.2.0.dev1" +__version__ = "0.1.1" __author__ = "John Thorvald Wodder II" __author_email__ = "ghtoken@varonathe.org" __license__ = "MIT"