Skip to content

Commit

Permalink
release: 1.4.5
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Furrer <tuxtimo@gmail.com>
  • Loading branch information
timofurrer committed Mar 23, 2017
1 parent 054c099 commit 092b000
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,12 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

*Nothing here yet.*

## [v1.4.5]
### Fixed
- Correctly escape special character for `str.format()` for assertion messages. Refs #134

## [v1.4.4]

*Nothing to mention here.*

## [v1.4.3]

### Fixed
- Bug in setup.py that would break in python > 2

Expand Down Expand Up @@ -54,7 +57,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.4...HEAD
[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.5...HEAD
[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
[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
Expand Down
2 changes: 1 addition & 1 deletion docs-requirements.txt
@@ -1,2 +1,2 @@
-r development.txt
sure==1.4.4
sure==1.4.5
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.4'
version = '1.4.5'
# The full version, including alpha/beta/rc tags.
release = '1.4.4'
release = '1.4.5'

# 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.4'
version = '1.4.5'


not_here_error = \
Expand Down

0 comments on commit 092b000

Please sign in to comment.