Skip to content

Commit

Permalink
Update to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 1, 2020
1 parent da0e134 commit df34890
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
Unreleased_
***********

***********
1.3.1_ - 2020-09-01
***********

Changed
-------

- Abort failed jobs CLI command #398

Fixed
-----

- Fix Redis conflict with core workers
- Fix harvest source list reference
- Fix and improve test suite, remove nose tests


***********
1.3.0_ - 2020-06-04
***********
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.0'
version = '1.3.1'

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

0 comments on commit df34890

Please sign in to comment.