Skip to content

Commit

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

## [Unreleased]
*Nothing done yet*

## [v1.3.0]
### Added
- Python 3.3, 3.4 and 3.5 support
- pypy support
Expand All @@ -16,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/gabrielfalcao/sure/compare/1.2.9...HEAD
[Unreleased]: https://github.com/gabrielfalcao/sure/compare/v1.3.0...HEAD
[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
2 changes: 1 addition & 1 deletion sure/__init__.py
Expand Up @@ -48,7 +48,7 @@
if PY3:
basestring = str

version = '1.2.24'
version = '1.3.0'


def print_py26_deprecation_warn():
Expand Down

0 comments on commit 241b6d8

Please sign in to comment.