diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d4a2e..1415ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). *Nothing here yet.* +## [v1.4.7] +### Fixed +- Remove wrong parens for format call. Refs #139 + ## [v1.4.6] ### Added - Support and test against PyPy 3 @@ -64,7 +68,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Please see `git log` -[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.6...HEAD +[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.7...HEAD +[v1.4.7]: https://github.com/gabrielfalcao/sure/compare/1.4.6...v1.4.7 [v1.4.6]: https://github.com/gabrielfalcao/sure/compare/1.4.5...v1.4.6 [v1.4.5]: https://github.com/gabrielfalcao/sure/compare/1.4.4...v1.4.5 [v1.4.4]: https://github.com/gabrielfalcao/sure/compare/1.4.3...v1.4.4 diff --git a/docs/source/conf.py b/docs/source/conf.py index 53c31e9..edb4d13 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.6' +version = '1.4.7' # The full version, including alpha/beta/rc tags. -release = '1.4.6' +release = '1.4.7' # 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 963fd6f..842f682 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -48,7 +48,7 @@ if not PY2: basestring = str -version = '1.4.6' +version = '1.4.7' not_here_error = \