diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 869e03787..7a86fc443 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning `_. *********** Unreleased_ *********** + +******************* +1.0.0_ - 2017-03-30 +******************* Added ----- - Includes i18n directory in package. @@ -95,7 +99,8 @@ Categories - ``Fixed`` for any bug fixes. - ``Security`` to invite users to upgrade in case of vulnerabilities. -.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v0.0.5...HEAD +.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.0.0...HEAD +.. _1.0.0: https://github.com/ckan/ckanext-harvest/compare/v0.0.5...v1.0.0 .. _0.0.5: https://github.com/ckan/ckanext-harvest/compare/v0.0.4...v0.0.5 .. _0.0.4: https://github.com/ckan/ckanext-harvest/compare/v0.0.3...v0.0.4 .. _0.0.3: https://github.com/ckan/ckanext-harvest/compare/v0.0.2...v0.0.3 diff --git a/setup.py b/setup.py index 1374c3d0c..948a4bbdc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.0.5' +version = '1.0.0' setup( name='ckanext-harvest',