diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f0dc23..4e51133 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,11 @@ All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__ as of v1.1.0. -Unreleased_ +.. Unreleased_ +.. -------------------- + + +v1.3.1_ / 2016-04-26 -------------------- **Fixed** @@ -226,8 +230,9 @@ v0.1 / 2009-02-16 - Original release. -.. _unreleased: https://github.com/inky/see/compare/v1.3.0...develop +.. _unreleased: https://github.com/inky/see/compare/v1.3.1...develop +.. _v1.3.1: https://github.com/inky/see/compare/v1.3.0...v1.3.1 .. _v1.3.0: https://github.com/inky/see/compare/v1.2.0...v1.3.0 .. _v1.2.0: https://github.com/inky/see/compare/v1.1.1...v1.2.0 .. _v1.1.1: https://github.com/inky/see/compare/v1.1.0...v1.1.1 diff --git a/see.py b/see.py index 53ea280..ceb52e6 100644 --- a/see.py +++ b/see.py @@ -59,7 +59,7 @@ __author__ = 'Liam Cooke' __contributors__ = 'See AUTHORS.rst' -__version__ = '1.3.0' +__version__ = '1.3.1' __copyright__ = 'Copyright (c) 2009-2016 Liam Cooke' __license__ = 'BSD License' diff --git a/setup.py b/setup.py index 10ecaa9..baa7427 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ ] setup(name='see', - version='1.3.0', + version='1.3.1', description='dir for humans', author='Liam Cooke', author_email='see@araile.com',