Skip to content

Commit

Permalink
v0.1.1 — Use UTF-8; update tests
Browse files Browse the repository at this point in the history
- Always open hub configuration files using UTF-8 encoding
- Migrated from setuptools to hatch
- Drop support for Python 3.7
- Update tests for gh 2.40.0
  • Loading branch information
jwodder committed Jun 12, 2024
1 parent ac18ae7 commit ca40ad7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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) 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
Expand Down
2 changes: 1 addition & 1 deletion src/ghtoken/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca40ad7

Please sign in to comment.