Skip to content

Commit

Permalink
Merge branch 'GovDataOfficial-release-version-1-3-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 24, 2022
2 parents ddc891f + 0ae24e1 commit 694a8cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,28 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
***********
Unreleased_
***********

***********
1.3.4_ - 2022-01-24
***********

Changed
-------

- Changes function calls to `render_jinja2` over to `render` as the former is
no longer used.
no longer used. #459
- Set the default value for MQ_TYPE to redis #463
- Add option `keep-current` to `clearsource_history` command #484

Fixed
-----

- Fix JSON serialization for Python3 #450
- Make `Rehavest` and `Clear` buttons work again #452
- Fix error when running run-test #466
- Fix timeout calculation #482
- Fix harvest extras for packages #458


***********
1.3.3_ - 2021-03-26
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.3'
version = '1.3.4'

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

0 comments on commit 694a8cc

Please sign in to comment.