1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Bump version

This commit is contained in:
Tessa Walsh 2024-04-26 10:21:03 +02:00
parent b190dddee9
commit 23891be2f1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Webrecorder pywb 2.8
Webrecorder pywb 2.8.1
====================
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png
@ -13,7 +13,7 @@ Web Archiving Tools for All
`View the full pywb documentation <https://pywb.readthedocs.org>`_
**pywb** is a Python (2 and 3) web archiving toolkit for replaying web archives large and small as accurately as possible.
**pywb** is a Python 3 web archiving toolkit for replaying web archives large and small as accurately as possible.
The toolkit now also includes new features for creating high-fidelity web archives.
This toolset forms the foundation of Webrecorder project, but also provides a generic web archiving toolkit

View File

@ -1,4 +1,4 @@
__version__ = '2.8.0'
__version__ = '2.8.1'
if __name__ == '__main__':
print(__version__)