* remove the license section from readme

This does not mean that I'm waving the copyrights rather just formatting the README

* remove useless external links form the README lead

and also added a line about the recentness of the newest method between the availability and CDX server API.

* incr version to 3.0.6 and change date to todays da

-te that is 15th of March, 2022.

* update secsi and DI section

* v3.0.5 --> v3.0.6
This commit is contained in:
Akash Mahanty
2022-03-15 20:33:51 +05:30
committed by GitHub
parent cfd977135d
commit 5407681c34
3 changed files with 14 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
"""Module initializer and provider of static information."""
__version__ = "3.0.5"
__version__ = "3.0.6"
from .availability_api import WaybackMachineAvailabilityAPI
from .cdx_api import WaybackMachineCDXServerAPI