From bdd762798ba2402ed6a4d68c7d9f94eeb66d3f97 Mon Sep 17 00:00:00 2001 From: "Israel G. Lugo" Date: Mon, 6 Feb 2017 04:27:43 +0000 Subject: [PATCH] Release version 1.1.0. --- CHANGELOG.rst | 8 ++++++-- capidup/version.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29dddbf..a9bea2e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,7 +16,11 @@ fixes, that don't change the public interface. Unreleased__ ------------ -__ https://github.com/israel-lugo/capidup/compare/v1.0.1...HEAD +__ https://github.com/israel-lugo/capidup/compare/v1.1.0...HEAD + + +1.1.0_ — 2017-02-06 +------------------- Added ..... @@ -46,7 +50,6 @@ Fixed 1.0.1_ — 2016-07-12 ------------------- - First production release. @@ -56,4 +59,5 @@ First production release. .. _issue #15: https://github.com/israel-lugo/capidup/issues/15 .. _issue #16: https://github.com/israel-lugo/capidup/issues/16 +.. _1.1.0: https://github.com/israel-lugo/capidup/tree/v1.1.0 .. _1.0.1: https://github.com/israel-lugo/capidup/tree/v1.0.1 diff --git a/capidup/version.py b/capidup/version.py index 56a7ff9..445c3df 100644 --- a/capidup/version.py +++ b/capidup/version.py @@ -27,4 +27,4 @@ """ -__version__ = '1.0.1' +__version__ = '1.1.0'