File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
+ ## [ 0.6.4] - 2016-10-22
5
+
6
+ ### Changed
7
+
8
+ - Adds support for ` pytz ` timezones in constructor.
9
+
10
+ ### Fixed
11
+
12
+ - Fixes behavior of ` add() ` /` subtract() ` methods for years, months and days when a DST transition occurs.
13
+ - Fixes ` range() ` behavior.
14
+
15
+
4
16
## [ 0.6.3] - 2016-10-19
5
17
6
18
### Changed
@@ -203,6 +215,7 @@ This version causes major breaking API changes to simplify it and making it more
203
215
Initial release
204
216
205
217
218
+ [ 0.6.4 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.4
206
219
[ 0.6.3 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.3
207
220
[ 0.6.2 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.2
208
221
[ 0.6.1 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.1
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.3 '
63
+ release = '0.6.4 '
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.3 '
3
+ VERSION = '0.6.4 '
You can’t perform that action at this time.
0 commit comments