Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 20, 2022
1 parent baca624 commit cb0a703
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.4.1_ - 2022-09-20
***********

Changed
-------

- Use requirements.txt instead of pip-requirements.txt (still working via symlink) 8ed1eca

Fixed
-----

- Bump pyopenssl requirement to avoid requirements error on install 98edcd3
- Fixes unicode error in Python 2 #502
- Fixes in email notification sendngi #499, #505
- Fix pagination for Dataset list on source page #504

***********
1.4.0_ - 2022-04-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.0'
version = '1.4.1'

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

0 comments on commit cb0a703

Please sign in to comment.