File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
+ ## [ 0.6.5] - 2016-10-31
5
+
6
+ ### Changed
7
+
8
+ - Adds validation to ` set_week_starts_at() ` , ` set_week_ends_at() ` and ` set_weekend_days() ` . (thanks to [ kleschenko] ( https://github.com/kleschenko ) )
9
+ - Updates ukrainian localization. (thanks to [ kleschenko] ( https://github.com/kleschenko ) )
10
+
11
+ ### Fixed
12
+
13
+ - Fixes loading of timezones without transitions.
14
+ - Fixes ` Timezone.utcoffset() ` . (thanks to [ regnarock] ( https://github.com/regnarock ) )
15
+
16
+
4
17
## [ 0.6.4] - 2016-10-22
5
18
6
19
### Changed
@@ -215,6 +228,7 @@ This version causes major breaking API changes to simplify it and making it more
215
228
Initial release
216
229
217
230
231
+ [ 0.6.5 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.5
218
232
[ 0.6.4 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.4
219
233
[ 0.6.3 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.3
220
234
[ 0.6.2 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.2
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.4 '
63
+ release = '0.6.5 '
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.4 '
3
+ VERSION = '0.6.5 '
You can’t perform that action at this time.
0 commit comments