Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcooke committed Apr 17, 2016
1 parent 668de49 commit 9d09e1a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions see.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 9d09e1a

Please sign in to comment.