From 61d311307efdcdb607ede58f1553b678e3eea44e Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Tue, 28 Jun 2016 21:44:59 -0700 Subject: [PATCH] release: 1.4.0 --- CHANGELOG.md | 8 +++++++- sure/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74590d..fc1b46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,13 @@ 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.0] ### Added - anything object which is accessible with `sure.anything` +- interface to extend sure. Refs #31 ### Removed - Last traces of Python 2.6 support @@ -27,7 +32,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Please see `git log` -[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.0...HEAD +[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 [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 e147fb4..0109bce 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -48,7 +48,7 @@ if not PY2: basestring = str -version = '1.3.0' +version = '1.4.0' not_here_error = \