Skip to content

Commit

Permalink
v0.2.0 — Optional arguments for make_user_agent()
Browse files Browse the repository at this point in the history
- The `version` argument to `make_user_agent()` is now optional
- The `url` argument to `make_user_agent()` is now actually optional
  • Loading branch information
jwodder committed Nov 3, 2023
1 parent 801e5b7 commit 2cdd9a5
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.2.0 (in development)
-----------------------
v0.2.0 (2023-11-03)
-------------------
- The `version` argument to `make_user_agent()` is now optional
- The `url` argument to `make_user_agent()` is now actually optional

Expand Down
2 changes: 1 addition & 1 deletion src/ghreq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from typing import TYPE_CHECKING, Any, Literal, overload
import requests

__version__ = "0.2.0.dev1"
__version__ = "0.2.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "ghreq@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 2cdd9a5

Please sign in to comment.