Skip to content

Commit 54351c5

Browse files
committed
Bumps version to 0.6.0
1 parent 1c13dce commit 54351c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.6.0] - 2016-09-12
44

55
### Added
66

@@ -170,7 +170,7 @@ This version causes major breaking API changes to simplify it and making it more
170170
Initial release
171171

172172

173-
[Unreleased]: https://github.com/sdispater/pendulum/compare/0.5.5...HEAD
173+
[0.6.0]: https://github.com/sdispater/pendulum/releases/tag/0.6.0
174174
[0.5.5]: https://github.com/sdispater/pendulum/releases/tag/0.5.5
175175
[0.5.4]: https://github.com/sdispater/pendulum/releases/tag/0.5.4
176176
[0.5.3]: https://github.com/sdispater/pendulum/releases/tag/0.5.3

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.5'
61+
version = '0.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.5.5'
63+
release = '0.6.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pendulum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '0.5.5'
3+
VERSION = '0.6.0'

0 commit comments

Comments
 (0)