File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.2.0 ] - 2017-03-24
4
4
5
5
### Added
6
6
@@ -356,7 +356,8 @@ Initial release
356
356
357
357
358
358
359
- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/master...develop
359
+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.2.0...master
360
+ [ 1.2.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.2.0
360
361
[ 1.1.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.1.1
361
362
[ 1.1.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.1.0
362
363
[ 1.0.2 ] : https://github.com/sdispater/pendulum/releases/tag/1.0.2
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 = '1.1 '
61
+ version = '1.2 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.1.1 '
63
+ release = '1.2.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 = '1.1.1 '
3
+ VERSION = '1.2.0 '
You can’t perform that action at this time.
0 commit comments