Skip to content

Commit

Permalink
merge 1.4.3 + 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Mar 21, 2017
2 parents 9d3ebcb + 4e4c1c2 commit 4dfcb52
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

*Nothing here yet.*

## [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 @@ -49,8 +54,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.3...HEAD
[v1.4.2]: https://github.com/gabrielfalcao/sure/compare/1.4.2...v1.4.3
[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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r development.txt
sure==1.4.3
sure==1.4.4
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4.3'
version = '1.4.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.3'
release = '1.4.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions sure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from sure.core import _get_file_name
from sure.core import _get_line_number
from sure.core import safe_repr
from sure.core import anything
from sure.core import anything # noqa

from sure.magic import is_cpython, patchable_builtin
from sure.registry import context as _registry
Expand All @@ -48,7 +48,7 @@
if not PY2:
basestring = str

version = '1.4.3'
version = '1.4.4'


not_here_error = \
Expand Down

0 comments on commit 4dfcb52

Please sign in to comment.