From 9d09e1a844ecef74556e5db06c67d769e77c18d6 Mon Sep 17 00:00:00 2001 From: Liam Cooke Date: Sun, 17 Apr 2016 14:54:06 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 5 +++-- LICENSE | 2 +- see.py | 8 ++++---- setup.py | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5459594..277074d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning][semver] as of v1.1.0. -## [Unreleased][] +## [v1.2.0][] / 2016-04-17 ### Added @@ -224,7 +224,8 @@ This project adheres to [Semantic Versioning][semver] as of v1.1.0. * Original release. -[unreleased]: https://github.com/inky/see/compare/v1.1.1...develop +[unreleased]: https://github.com/inky/see/compare/v1.2.0...develop +[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 [v1.1.0]: https://github.com/inky/see/compare/v1.0.1...v1.1.0 [v1.0.1]: https://github.com/inky/see/compare/v1.0-fixed...v1.0.1 diff --git a/LICENSE b/LICENSE index 362a5e4..0a2f350 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2009-2015 Liam Cooke. All Rights Reserved. +Copyright © 2009-2016 Liam Cooke. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/see.py b/see.py index c92d8f3..359d0aa 100644 --- a/see.py +++ b/see.py @@ -6,8 +6,8 @@ >>> from see import see >>> help(see) -Copyright (c) 2009-2015 Liam Cooke -http://inky.github.com/see/ +Copyright (c) 2009-2016 Liam Cooke +http://araile.github.io/see/ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -52,8 +52,8 @@ __author__ = 'Liam Cooke' __contributors__ = 'See AUTHORS.md' -__version__ = '1.1.1' -__copyright__ = 'Copyright (c) 2009-2015 Liam Cooke' +__version__ = '1.2.0' +__copyright__ = 'Copyright (c) 2009-2016 Liam Cooke' __license__ = 'BSD License' diff --git a/setup.py b/setup.py index 870fe69..a0e68a1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='see', - version='1.1.1', + version='1.2.0', description='A human-readable alternative to dir', author='Liam Cooke', author_email='see@araile.com',