File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.6.1]
3
+ ## [ 0.6.2] - 2016-09-26
4
+
5
+ ### Fixed
6
+
7
+ - Fixes timezones loading on Windows
8
+
9
+
10
+ ## [ 0.6.1] - 2016-09-19
4
11
5
12
### Changed
6
13
@@ -183,6 +190,7 @@ This version causes major breaking API changes to simplify it and making it more
183
190
Initial release
184
191
185
192
193
+ [ 0.6.2 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.2
186
194
[ 0.6.1 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.1
187
195
[ 0.6.0 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.0
188
196
[ 0.5.5 ] : https://github.com/sdispater/pendulum/releases/tag/0.5.5
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '0.6'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.6.1 '
63
+ release = '0.6.2 '
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.6.1 '
3
+ VERSION = '0.6.2 '
You can’t perform that action at this time.
0 commit comments