Skip to content

Commit

Permalink
Release v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 9, 2018
1 parent f66c419 commit 9d547bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.10.0 (2018-04-08)
--------------------

- Add methods to ``OMDBClient`` that mirror module functions:

- ``search()``
Expand Down
2 changes: 1 addition & 1 deletion src/omdb/__pkg__.py
Expand Up @@ -4,7 +4,7 @@
__package_name__ = 'omdb'
__description__ = 'Python wrapper for OMDb API: http://www.omdbapi.com/'
__url__ = 'https://github.com/dgilland/omdb.py'
__version__ = '0.9.1'
__version__ = '0.10.0'
__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
__license__ = 'MIT License'

0 comments on commit 9d547bc

Please sign in to comment.