diff --git a/CHANGELOG.md b/CHANGELOG.md index 5938f73..af151f9 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 to release yet* + +## [v1.4.1] ### Added - Python 3.6 support - Python 3.7-dev support (allowed to fail) @@ -37,7 +41,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Please see `git log` -[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.1...HEAD +[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 [1.2.9]: https://github.com/gabrielfalcao/sure/compare/1.2.5...1.2.9 diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d5dea1..bb11e84 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.0' +version = '1.4.1' # The full version, including alpha/beta/rc tags. -release = '1.4.0' +release = '1.4.1' # 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 e5866da..e15c0c7 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -48,7 +48,7 @@ if not PY2: basestring = str -version = '1.4.0' +version = '1.4.1' not_here_error = \