Skip to content

Commit

Permalink
update HISTORY.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Oct 25, 2023
1 parent 299f7f4 commit a5831d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ History
was in the format of ``python-requests/{version}``. Now the process (in order) is as follows:

* use a custom ``user_agent``, if passed in
* use a random *user agent*, if the ``fake_useragent`` module is installed (e.g. via the ``fake-ua`` extra)
* use a random *user agent*, if the ``fake-useragent`` module is installed (e.g. via the ``fake-ua`` extra)
* use the default *user agent*, ``python-requests/{version}``

* Add an optional extra ``fake-ua`` that pulls in ``fake_useragent`` module.
* Add an optional extra ``fake-ua`` that pulls in `fake-useragent`_ module.

.. _fake-useragent: https://pypi.org/project/fake-useragent

0.3.0 (2023-10-17)
------------------
Expand Down

0 comments on commit a5831d3

Please sign in to comment.