Update changelog and setup.py for version 1.3.4

This commit is contained in:
seitenbau-govdata 2021-12-01 10:44:38 +01:00
parent d84d847b09
commit 57a551df8c
2 changed files with 19 additions and 1 deletions

View File

@ -10,8 +10,26 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
***********
Unreleased_
***********
***********
1.3.4_ - 2021-12-01
***********
Changed
-------
- Changes function calls to `render_jinja2` over to `render` as the former is
no longer used.
- Set the default value for MQ_TYPE to redis #463
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
***********
1.3.3_ - 2021-03-26

View File

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