Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 12, 2023
1 parent 2e5ac42 commit ecb9e70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
***********
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.4.1'
version = '1.4.2'

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

1 comment on commit ecb9e70

@seitenbau-govdata
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @amercader ! We have also been working on preparing a pull request to release a new version. And now it is already done. 😃

Please sign in to comment.