Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 20, 2022
1 parent 8a9885a commit 8874175
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
***********
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.3.4'
version = '1.4.0'

setup(
name='ckanext-harvest',
Expand Down

0 comments on commit 8874175

Please sign in to comment.