diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f9e69..4669ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). *Nothing here yet.* +## [v1.4.4] + +*Nothing to mention here.* + +## [v1.4.3] + +*Nothing to mention here.* + ## [v1.4.2] ### Added - `ensure` context manager to provide custom assertion messages. Refs #125 @@ -45,7 +53,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). Please see `git log` -[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.2...HEAD +[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.4...HEAD +[v1.4.4]: https://github.com/gabrielfalcao/sure/compare/1.4.3...v1.4.4 +[v1.4.3]: https://github.com/gabrielfalcao/sure/compare/1.4.2...v1.4.3 [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 diff --git a/docs-requirements.txt b/docs-requirements.txt index 21dbfbd..7124d7b 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,2 +1,2 @@ -r development.txt -sure==1.4.2 +sure==1.4.4 diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ff5bd9..38676c3 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.2' +version = '1.4.4' # The full version, including alpha/beta/rc tags. -release = '1.4.2' +release = '1.4.4' # 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 8ab5b63..7809ea2 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -48,7 +48,7 @@ if not PY2: basestring = str -version = '1.4.2' +version = '1.4.4' not_here_error = \