Skip to content

Commit

Permalink
v0.1.2 — Fix tests on Windows
Browse files Browse the repository at this point in the history
- Fix tests when `AppData` is set in the environment
  • Loading branch information
jwodder committed Jun 13, 2024
1 parent 6368b08 commit 7dd83f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.1.2 (in development)
-----------------------
v0.1.2 (2024-06-13)
-------------------
- Fix tests when `AppData` is set in the environment

v0.1.1 (2024-06-12)
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.1.2.dev1"
__version__ = "0.1.2"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 7dd83f9

Please sign in to comment.