Bump version

This commit is contained in:
amercader 2022-04-20 15:19:27 +02:00
parent 8a9885a04e
commit 8874175bc9
2 changed files with 19 additions and 1 deletions

View File

@ -11,6 +11,24 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
Unreleased_
***********
***********
1.4.0_ - 2022-04-20
***********
Changed
-------
- Add ckan.harvest.not_overwrite_fields #472
- Support for Bootstrap 5 templates #490
- Support for CKAN 2.10 #492 #496
Fixed
-----
- Fix JSONDecode error #489
- Check if email exists before sending notification #498
***********
1.3.4_ - 2022-01-24
***********

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '1.3.4'
version = '1.4.0'
setup(
name='ckanext-harvest',