Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Apr 2, 2017
1 parent ca0ec55 commit 9106d9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,13 @@ Tests
Changelog
---------

* 0.1.7 April 2, 2017
- fix broken README.rst

* 0.1.6 April 2, 2017
- fixes bug ``use_cache_server`` do not affected anything
- `w3schools.com <https://www.w3schools.com/browsers/browsers_stats.asp>`_ moved to ``https``
- ``verify_ssl`` options added, by default it is ``True`` (``urllib.urlopen` ssl context for Python 2.7.9- and 3.4.3- is not supported)
- ``verify_ssl`` options added, by default it is ``True`` (``urllib.urlopen`` ssl context for Python 2.7.9- and 3.4.3- is not supported)

* 0.1.5 February 28, 2017
- added ``ua.edge`` alias to Internet Explorer
Expand Down
2 changes: 1 addition & 1 deletion fake_useragent/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import tempfile

__version__ = '0.1.7'
__version__ = '0.1.8'

DB = os.path.join(
tempfile.gettempdir(),
Expand Down

0 comments on commit 9106d9e

Please sign in to comment.