Bump version

This commit is contained in:
amercader 2023-01-12 15:08:20 +01:00
parent 2e5ac42f3b
commit ecb9e702bb
2 changed files with 12 additions and 1 deletions

View File

@ -11,6 +11,17 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
Unreleased_
***********
***********
1.4.2_ - 2023-01-12
***********
Changed
-------
- Add DB index harvest_error_harvest_object_id_idx #514
- Remove pyopenssl requirement c87309a
- Add CSRF protection to new source form #516
***********
1.4.1_ - 2022-09-20
***********

View File

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