From a6c1391ad2f0aba75a5e97be44849b66609d7aae Mon Sep 17 00:00:00 2001 From: "Israel G. Lugo" Date: Sat, 12 Nov 2016 23:58:23 +0000 Subject: [PATCH] Release version 0.3.0. --- CHANGELOG.rst | 7 ++++++- netcalc/version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0cd8d4b..7dd0506 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/netcalc/compare/v0.2.0...HEAD +__ https://github.com/israel-lugo/netcalc/compare/v0.3.0...HEAD + + +0.3.0_ — 2016-11-12 +------------------- Added ..... @@ -43,5 +47,6 @@ First production release. .. _issue #2: https://github.com/israel-lugo/netcalc/issues/2 +.. _0.3.0: https://github.com/israel-lugo/netcalc/tree/v0.3.0 .. _0.2.0: https://github.com/israel-lugo/netcalc/tree/v0.2.0 .. _0.1.0: https://github.com/israel-lugo/netcalc/tree/v0.1.0 diff --git a/netcalc/version.py b/netcalc/version.py index 08a613a..55b96e2 100644 --- a/netcalc/version.py +++ b/netcalc/version.py @@ -28,4 +28,4 @@ """ -__version__ = '0.2.0' +__version__ = '0.3.0'