Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit d6e6eac

Browse files
committed
v0.5.0 — End of life
- Migrated from setuptools to hatch - Update for Pydantic v2 - Update for anyio v4 - Declare the project unsupported going forwards
1 parent 04ccdaf commit d6e6eac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.5.0 (in development)
2-
-----------------------
1+
v0.5.0 (2023-12-12)
2+
-------------------
33
- Migrated from setuptools to hatch
44
- Update for Pydantic v2
55
- Update for anyio v4

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021-2022 John Thorvald Wodder II
3+
Copyright (c) 2021-2023 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/gamdam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Visit <https://github.com/jwodder/gamdam> for more information.
1515
"""
1616

17-
__version__ = "0.5.0.dev1"
17+
__version__ = "0.5.0"
1818
__author__ = "John Thorvald Wodder II"
1919
__author_email__ = "gamdam@varonathe.org"
2020
__license__ = "MIT"

0 commit comments

Comments
 (0)