Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcooke committed Apr 17, 2015
1 parent a8cd252 commit c05a02f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Change Log
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][] / 2015-04-17
## [v1.1.1][] / 2015-04-17

### Fixed

* Broken on Windows due to a dependency on the fcntl module.
_(Spotted by Christopher Toth.)_


## [v1.1.0][] / 2015-03-27
Expand Down Expand Up @@ -214,7 +215,8 @@ This project adheres to [Semantic Versioning][semver] as of v1.1.0.
* Original release.


[unreleased]: https://github.com/inky/see/compare/v1.1.0...develop
[unreleased]: https://github.com/inky/see/compare/v1.1.1...develop
[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
[v1.0]: https://github.com/inky/see/compare/v0.5.4...v1.0-fixed
Expand Down
2 changes: 1 addition & 1 deletion see.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

__author__ = 'Liam Cooke'
__contributors__ = 'See AUTHORS.md'
__version__ = '1.1.0'
__version__ = '1.1.1'
__copyright__ = 'Copyright (c) 2009-2015 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.0',
version='1.1.1',
description='A human-readable alternative to dir',
author='Liam Cooke',
author_email='[email protected]',
Expand Down

0 comments on commit c05a02f

Please sign in to comment.