From 36b9bac1bb6d028a8756da2ed4d19ac8f168592a Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sun, 1 Dec 2024 07:43:43 -0500 Subject: [PATCH] =?UTF-8?q?v1.0.1=20=E2=80=94=20Packaging=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Migrated from setuptools to hatch - Support Python 3.13 --- CHANGELOG.md | 4 ++-- LICENSE | 2 +- src/in_place/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index def00e7..5db35cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v1.1.0 (in development) ------------------------ +v1.0.1 (2024-12-01) +------------------- - Migrated from setuptools to hatch - Support Python 3.13 diff --git a/LICENSE b/LICENSE index dbfed14..6444742 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2023 John Thorvald Wodder II +Copyright (c) 2016-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/in_place/__init__.py b/src/in_place/__init__.py index 39126e6..4bb8db9 100644 --- a/src/in_place/__init__.py +++ b/src/in_place/__init__.py @@ -21,7 +21,7 @@ if TYPE_CHECKING: from typing_extensions import Buffer -__version__ = "1.1.0.dev1" +__version__ = "1.0.1" __author__ = "John Thorvald Wodder II" __author_email__ = "inplace@varonathe.org" __license__ = "MIT"