Skip to content

Commit

Permalink
Bumps version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Dec 7, 2016
1 parent 694b140 commit 20e7655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.7.0] - 2016-12-07

### Added

Expand Down Expand Up @@ -272,7 +272,7 @@ This version causes major breaking API changes to simplify it and making it more
Initial release


[Unreleased]: https://github.com/sdispater/pendulum/compare/master...develop
[0.7.0]: https://github.com/sdispater/pendulum/releases/tag/0.7.0
[0.6.6]: https://github.com/sdispater/pendulum/releases/tag/0.6.6
[0.6.5]: https://github.com/sdispater/pendulum/releases/tag/0.6.5
[0.6.4]: https://github.com/sdispater/pendulum/releases/tag/0.6.4
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.6'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pendulum/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '0.6.6'
VERSION = '0.7.0'

0 comments on commit 20e7655

Please sign in to comment.