File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.6.0 ] - 2016-09-12
4
4
5
5
### Added
6
6
@@ -170,7 +170,7 @@ This version causes major breaking API changes to simplify it and making it more
170
170
Initial release
171
171
172
172
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
174
174
[ 0.5.5 ] : https://github.com/sdispater/pendulum/releases/tag/0.5.5
175
175
[ 0.5.4 ] : https://github.com/sdispater/pendulum/releases/tag/0.5.4
176
176
[ 0.5.3 ] : https://github.com/sdispater/pendulum/releases/tag/0.5.3
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '0.5 '
61
+ version = '0.6 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.5.5 '
63
+ release = '0.6.0 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '0.5.5 '
3
+ VERSION = '0.6.0 '
You can’t perform that action at this time.
0 commit comments