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

bump version to 0.6.6

This commit is contained in:
Ilya Kreymer 2014-12-06 15:22:57 -08:00
parent d31a4df3a6
commit 6440e2503f
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
PyWb 0.6.5
PyWb 0.6.6
==========
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
@ -44,7 +44,7 @@ This README contains a basic overview of using pywb. After reading this intro, c
pywb Tools Overview
-----------------------------
In addition to the standard wayback machine (explained further below), pywb tool suite includes a
In addition to the standard wayback machine (explained further below), pywb tool suite includes a
number of useful command-line and web server tools. The tools should be available to run after
running ``python setup.py install``:
@ -58,10 +58,10 @@ running ``python setup.py install``:
for all options.
* ``cdx-server`` -- a CDX API only server which returns a responses about CDX captures in bulk.
* ``cdx-server`` -- a CDX API only server which returns a responses about CDX captures in bulk.
Includes most of the features of the `original cdx server implementation <https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server>`_,
updated documentation coming soon.
* ``proxy-cert-auth`` -- a utility to support proxy mode. It can be used in CA root certificate, or per-host certificate with an existing root cert.
@ -151,7 +151,7 @@ If you would like to use non-SURT ordered .cdx files, simply add this field to t
::
surt_ordered: false
UI Customization
"""""""""""""""""""""

View File

@ -34,7 +34,7 @@ class PyTest(TestCommand):
setup(
name='pywb',
version='0.6.5',
version='0.6.6',
url='https://github.com/ikreymer/pywb',
author='Ilya Kreymer',
author_email='ikreymer@gmail.com',