diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a8d41..384b090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and **Merged pull requests**. Critical items to know are: Referenced versions in headers are tagged on Github, in parentheses are for pypi. ## [vxx](https://github.com/urlstechie/urlschecker-python/tree/master) (master) + - avoid using web driver when it doesn't work (0.0.36) - allow variable to skip checking certificates (0.0.35) - switch back to pypi release of fake-useragent (0.0.34) - preparing to install from git for fake-useragent (0.0.33) diff --git a/urlchecker/version.py b/urlchecker/version.py index d164a6e..1dea1fe 100644 --- a/urlchecker/version.py +++ b/urlchecker/version.py @@ -7,7 +7,7 @@ """ -__version__ = "0.0.35" +__version__ = "0.0.36" AUTHOR = "Ayoub Malek, Vanessa Sochat" AUTHOR_EMAIL = "superkogito@gmail.com, vsochat@stanford.edu" NAME = "urlchecker"