Skip to content

Commit 23891be

Browse files
committed
Bump version
1 parent b190ddd commit 23891be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Webrecorder pywb 2.8
1+
Webrecorder pywb 2.8.1
22
====================
33

44
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png
@@ -13,7 +13,7 @@ Web Archiving Tools for All
1313

1414
`View the full pywb documentation <https://pywb.readthedocs.org>`_
1515

16-
**pywb** is a Python (2 and 3) web archiving toolkit for replaying web archives large and small as accurately as possible.
16+
**pywb** is a Python 3 web archiving toolkit for replaying web archives large and small as accurately as possible.
1717
The toolkit now also includes new features for creating high-fidelity web archives.
1818

1919
This toolset forms the foundation of Webrecorder project, but also provides a generic web archiving toolkit

pywb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.8.0'
1+
__version__ = '2.8.1'
22

33
if __name__ == '__main__':
44
print(__version__)

0 commit comments

Comments
 (0)