Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 1, 2019
1 parent 3451719 commit 9820666
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <http://keepachangelog.com>`_
and this project adheres to `Semantic Versioning <http://semver.org/>`_.

***********
Unreleased_
***********
*******************
1.2.0_ - 2019-11-01
*******************

Changed
-------
- Apply flake8 to be PEP-8 compliant #354
Expand Down Expand Up @@ -186,7 +187,8 @@ Categories
- ``Fixed`` for any bug fixes.
- ``Security`` to invite users to upgrade in case of vulnerabilities.

.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.1.4...HEAD
.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.2.0...HEAD
.. _1.2.0: https://github.com/ckan/ckanext-harvest/compare/v1.1.4...v1.2.0
.. _1.1.4: https://github.com/ckan/ckanext-harvest/compare/v1.1.3...v1.1.4
.. _1.1.3: https://github.com/ckan/ckanext-harvest/compare/v1.1.2...v1.1.3
.. _1.1.2: https://github.com/ckan/ckanext-harvest/compare/v1.1.1...v1.1.2
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.1.4'
version = '1.2.0'

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

0 comments on commit 9820666

Please sign in to comment.