diff --git a/.gitignore b/.gitignore index 9a084d4..3f3fbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ python_filmaffinity.egg-info/ .eggs/ -test.py \ No newline at end of file +test.py + +.coverage \ No newline at end of file diff --git a/README.md b/README.md index f77b58e..ddc41c5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/__meta__.py b/__meta__.py index 83258b4..e987f41 100644 --- a/__meta__.py +++ b/__meta__.py @@ -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', diff --git a/docs/conf.py b/docs/conf.py index ed345a0..16b0fd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.