We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5ac42 commit ecb9e70Copy full SHA for ecb9e70
CHANGELOG.rst
@@ -11,6 +11,17 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
11
Unreleased_
12
***********
13
14
+***********
15
+1.4.2_ - 2023-01-12
16
17
+
18
+Changed
19
+-------
20
21
+- Add DB index harvest_error_harvest_object_id_idx #514
22
+- Remove pyopenssl requirement c87309a
23
+- Add CSRF protection to new source form #516
24
25
26
1.4.1_ - 2022-09-20
27
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-version = '1.4.1'
+version = '1.4.2'
4
5
setup(
6
name='ckanext-harvest',
0 commit comments