Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Jun 29, 2016
1 parent cfec013 commit 61d3113
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,8 +3,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

*Nothing here yet*

## [v1.4.0]
### Added
- anything object which is accessible with `sure.anything`
- interface to extend sure. Refs #31

### Removed
- Last traces of Python 2.6 support
Expand All @@ -27,7 +32,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.0...HEAD
[v1.4.0]: https://github.com/gabrielfalcao/sure/compare/1.3.0...v1.4.0
[v1.3.0]: https://github.com/gabrielfalcao/sure/compare/1.2.9...v1.3.0
[1.2.9]: https://github.com/gabrielfalcao/sure/compare/1.2.5...1.2.9
[1.2.5]: https://github.com/gabrielfalcao/sure/compare/1.2.4...1.2.5
2 changes: 1 addition & 1 deletion sure/__init__.py
Expand Up @@ -48,7 +48,7 @@
if not PY2:
basestring = str

version = '1.3.0'
version = '1.4.0'


not_here_error = \
Expand Down

0 comments on commit 61d3113

Please sign in to comment.