diff --git a/CHANGELOG.md b/CHANGELOG.md index ac19667..c8a0366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +*Nothing done yet* + +## [v1.3.0] ### Added - Python 3.3, 3.4 and 3.5 support - pypy support @@ -16,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). Please see `git log` -[Unreleased]: https://github.com/gabrielfalcao/sure/compare/1.2.9...HEAD +[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.3.0...HEAD +[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 [1.2.5]: https://github.com/gabrielfalcao/sure/compare/1.2.4...1.2.5 diff --git a/sure/__init__.py b/sure/__init__.py index 329a155..1b0da5d 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -48,7 +48,7 @@ if PY3: basestring = str -version = '1.2.24' +version = '1.3.0' def print_py26_deprecation_warn():