Skip to content

Commit fbdf189

Browse files
authored
Merge pull request #13 from rwielk/0.6.0-release-notes
Add release notes and version change for upcoming 0.6.0 release
2 parents 9610f3d + d9ced86 commit fbdf189

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Changelog
2+
*********
3+
4+
0.6.0
5+
-----
6+
* Add support for latest pycountry (https://github.com/anexia-it/geofeed-validator/issues/4, thanks vangesseld)
7+
* Add support for Python 3.5, 3.6, 3.7, 3.8, 3.9
8+
* Drop support for Python 2
9+
* Drop support for Python 3.2, 3.3, 3.4
10+
* Update requirements to follow iso-codes 4.5.0

geofeed_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from geofeed_validator.utils import is_file_like_object
3131
from geofeed_validator.validator.base import BaseValidator, Registry
3232

33-
__version__ = '0.5.1'
33+
__version__ = '0.6.0'
3434

3535

3636
class GeoFeedValidator(object):

0 commit comments

Comments
 (0)