Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Jan 20, 2022
1 parent 7b04724 commit e3130ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release History
---------------

Unreleased
++++++++++
2.3.0 (2022-01-20)
++++++++++++++++++

**Features and Improvements**

Expand All @@ -20,6 +20,8 @@ Unreleased
hit count returned by the Scrape API.
If these numbers don't match, an exception is thrown in the Python API and the CLI exits with
a non-zero exit code and error message.
- Use .archive.org as the default cookie domain. This fixes a bug where an AttributeError exception
would be raised if a cookie wasn't set in a config file.

2.2.0 (2021-11-23)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from __future__ import absolute_import

__title__ = 'internetarchive'
__version__ = '2.3.0.dev2'
__version__ = '2.3.0'
__author__ = 'Jacob M. Johnson'
__license__ = 'AGPL 3'
__copyright__ = 'Copyright (C) 2012-2019 Internet Archive'
Expand Down

0 comments on commit e3130ac

Please sign in to comment.