Bump version

This commit is contained in:
amercader 2021-03-26 13:40:48 +01:00
parent dff1fceea0
commit e2e8acbb6d
2 changed files with 12 additions and 1 deletions

View File

@ -11,10 +11,21 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
Unreleased_
***********
***********
1.3.3_ - 2021-03-26
***********
Changed
-------
- Migrate tests from Travis CI to GitHub Actions
- Optimize last error free job detection #437
Fixed
-----
- Improve timeout detection #431
- Check if Redis key is available #432
- Include webassets.yml in MANIFEST
***********

View File

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