Skip to content

Commit

Permalink
release: 1.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Furrer <timo.furrer@roche.com>
  • Loading branch information
timofurrer committed Mar 21, 2017
1 parent f291ed3 commit 4e4c1c2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs-requirements.txt
@@ -1,2 +1,2 @@
-r development.txt
sure==1.4.2
sure==1.4.4
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sure/__init__.py
Expand Up @@ -48,7 +48,7 @@
if not PY2:
basestring = str

version = '1.4.2'
version = '1.4.4'


not_here_error = \
Expand Down

0 comments on commit 4e4c1c2

Please sign in to comment.