From a77273d69e8e9336874722fe4085eee58d2cb6e4 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Sun, 19 Mar 2017 20:54:38 +0100 Subject: [PATCH] release: 1.4.2 Signed-off-by: Timo Furrer --- CHANGELOG.md | 7 ++++++- docs/source/conf.py | 4 ++-- sure/__init__.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4279e32..84f9e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index bb11e84..2ff5bd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/sure/__init__.py b/sure/__init__.py index 969b2b5..bf4218d 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -48,7 +48,7 @@ if not PY2: basestring = str -version = '1.4.1' +version = '1.4.2' not_here_error = \