Skip to content

Commit ecb9e70

Browse files
committed
Bump version
1 parent 2e5ac42 commit ecb9e70

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
1111
Unreleased_
1212
***********
1313

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+
1425
***********
1526
1.4.1_ - 2022-09-20
1627
***********

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.4.1'
3+
version = '1.4.2'
44

55
setup(
66
name='ckanext-harvest',

0 commit comments

Comments
 (0)