Skip to content

Commit d67765c

Browse files
committed
version bump
1 parent 5e4bbcd commit d67765c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Change Log
2+
3+
## Version 0.2.0
4+
* Change to using named parameters in most cases
5+
* Ensure all keys are handled correctly in response
16

27
## Version 0.1.0
38
* Added `timeout` property

omdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__maintainer__ = 'Tyler Barrus'
88
__email__ = '[email protected]'
99
__license__ = 'MIT'
10-
__version__ = '0.1.0'
10+
__version__ = '0.2.0'
1111
__url__ = 'https://github.com/barrust/pyomdbapi'
1212
__bugtrack_url__ = '{0}/issues'.format(__url__)
1313
__all__ = ['OMDB', 'OMDBException', 'OMDBNoResults', 'OMDBLimitReached', 'OMDBTooManyResults']

0 commit comments

Comments
 (0)