Skip to content

Commit

Permalink
v0.3.2 — Remove unused typing_extensions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 10, 2025
1 parent 1d07c3c commit b1babec
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.3.2 (in development)
-----------------------
v0.3.2 (2025-01-10)
-------------------
- Remove unused `typing_extensions` dependency

v0.3.1 (2024-12-01)
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) 2021-2024 John Thorvald Wodder II
Copyright (c) 2021-2025 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/outgoing_mailgun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from pydantic import Field, HttpUrl, PrivateAttr, TypeAdapter, field_validator
import requests

__version__ = "0.3.2.dev1"
__version__ = "0.3.2"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit b1babec

Please sign in to comment.