Skip to content

Commit

Permalink
Release v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 28, 2015
1 parent d63dbc8 commit 5074450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.4.0 (2015-04-29)
-------------------

- Add ``Season``, ``Episode``, and ``SeriesID`` OMDb API fields as ``season``, ``episode``, and ``series_id`` model fields.


Expand Down
2 changes: 1 addition & 1 deletion omdb/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__summary__ = 'Python wrapper for OMDb API: http://www.omdbapi.com/'
__url__ = 'https://github.com/dgilland/omdb.py'

__version__ = '0.3.1'
__version__ = '0.4.0'

__install_requires__ = [
'requests>=2.0.1',
Expand Down

0 comments on commit 5074450

Please sign in to comment.