Skip to content

Commit

Permalink
release: 1.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Furrer <tuxtimo@gmail.com>
  • Loading branch information
timofurrer committed Mar 19, 2017
1 parent dea6f18 commit a77273d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ 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.2]
### Added
- `ensure` context manager to provide custom assertion messages. Refs #125

Expand Down Expand Up @@ -41,7 +45,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.2...HEAD
[v1.4.2]: https://github.com/gabrielfalcao/sure/compare/1.4.1...v1.4.2
[v1.4.1]: https://github.com/gabrielfalcao/sure/compare/1.4.0...v1.4.1
[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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4.1'
version = '1.4.2'
# The full version, including alpha/beta/rc tags.
release = '1.4.1'
release = '1.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sure/__init__.py
Expand Up @@ -48,7 +48,7 @@
if not PY2:
basestring = str

version = '1.4.1'
version = '1.4.2'


not_here_error = \
Expand Down

0 comments on commit a77273d

Please sign in to comment.