Skip to content

Commit

Permalink
Update 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiormb committed May 31, 2017
1 parent f28570e commit 6814195
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ python_filmaffinity.egg-info/

.eggs/

test.py
test.py

.coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Celda 211

## Changelog

### v0.0.2 (29-05-2017)
### v0.0.2 (31-05-2017)

- Search movies by title, year, director or cast.
- Get the filmaffinity top and search by year
Expand Down
2 changes: 1 addition & 1 deletion __meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__summary__ = 'Python wrapper for Filmaffinity'
__url__ = 'https://github.com/sergiormb/python_filmaffinityy'

__version__ = '0.0.1'
__version__ = '0.0.2'

__install_requires__ = [
'requests>=2.0.1',
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.0.1'
version = u'0.0.2'
# The full version, including alpha/beta/rc tags.
release = u'0.0.1'
release = u'0.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 6814195

Please sign in to comment.