Skip to content

Commit

Permalink
Merge pull request #13 from rwielk/0.6.0-release-notes
Browse files Browse the repository at this point in the history
Add release notes and version change for upcoming 0.6.0 release
  • Loading branch information
rwielk authored May 17, 2021
2 parents 9610f3d + d9ced86 commit fbdf189
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Changelog
*********

0.6.0
-----
* Add support for latest pycountry (https://github.com/anexia-it/geofeed-validator/issues/4, thanks vangesseld)
* Add support for Python 3.5, 3.6, 3.7, 3.8, 3.9
* Drop support for Python 2
* Drop support for Python 3.2, 3.3, 3.4
* Update requirements to follow iso-codes 4.5.0
2 changes: 1 addition & 1 deletion geofeed_validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from geofeed_validator.utils import is_file_like_object
from geofeed_validator.validator.base import BaseValidator, Registry

__version__ = '0.5.1'
__version__ = '0.6.0'


class GeoFeedValidator(object):
Expand Down

0 comments on commit fbdf189

Please sign in to comment.