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

Bump version to 2.8.2

This commit is contained in:
Tessa Walsh 2024-04-26 10:26:56 +02:00
parent 23891be2f1
commit 6205646b9b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Webrecorder pywb 2.8.1 Webrecorder pywb 2.8.2
==================== ====================
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png .. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png

View File

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