Skip to content

Commit

Permalink
v0.5.2 — Packaging updates
Browse files Browse the repository at this point in the history
- Moved to wheelodex organization
- Migrated from setuptools to hatch
- Drop support for Python 3.7
- Support Python 3.13
  • Loading branch information
jwodder committed Dec 1, 2024
1 parent 4bb2b3e commit 03d2ae7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.6.0 (in development)
-----------------------
v0.5.2 (2024-12-01)
-------------------
- Moved to wheelodex organization
- Migrated from setuptools to hatch
- Drop support for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2023 John Thorvald Wodder II
Copyright (c) 2017-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
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v0.6.0 (in development)
-----------------------
v0.5.2 (2024-12-01)
-------------------
- Moved to wheelodex organization
- Migrated from setuptools to hatch
- Drop support for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project = "headerparser"
author = "John T. Wodder II"
copyright = "2017-2023 John T. Wodder II" # noqa: A001
copyright = "2017-2024 John T. Wodder II" # noqa: A001

extensions = [
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion src/headerparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
)
from .types import BOOL, lower, unfold

__version__ = "0.6.0.dev1"
__version__ = "0.5.2"
__author__ = "John Thorvald Wodder II"
__author_email__ = "headerparser@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 03d2ae7

Please sign in to comment.