Skip to content

Commit

Permalink
release: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Feb 10, 2017
1 parent def22fd commit d10d1de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

*Nothing to release yet*

## [v1.4.1]
### Added
- Python 3.6 support
- Python 3.7-dev support (allowed to fail)
Expand Down Expand Up @@ -37,7 +41,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.4.1...HEAD
[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
[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
Expand Down
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.0'
version = '1.4.1'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.1'

# 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.0'
version = '1.4.1'


not_here_error = \
Expand Down

0 comments on commit d10d1de

Please sign in to comment.