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

wombat.js: rebuild wombat.js to 3.3.6 (was not properly rebuilt previously), alternative fix to #690

update CHANGES
bump to 2.6.4
This commit is contained in:
Ilya Kreymer 2022-01-19 18:35:39 -08:00
parent 7ff789f1a8
commit 6bde8fd8c4
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
pywb 2.6.4 changelist
~~~~~~~~~~~~~~~~~~~~~
* wombat.js: actually update to 3.3.6, update built wombat.js
pywb 2.6.3 changelist
~~~~~~~~~~~~~~~~~~~~~

File diff suppressed because one or more lines are too long

View File

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