Skip to content

Commit

Permalink
v4.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Apr 11, 2024
1 parent 6fbf40f commit a61886a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
---------------

4.0.0 (2024-04-12)
++++++++++++++++++

**Features and Improvements**

- Partially downloaded files will now automatically resume where they left off when retried.
- Use ``Last-Modified`` header to set all mtimes (this includes files.xml now).

3.7.0 (2024-03-19)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion internetarchive/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.7.0'
__version__ = '4.0.0.dev1'

0 comments on commit a61886a

Please sign in to comment.