File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
### 0.5.2
2
2
3
- - [ Fix] Fixes ` TimezoneInfo.utcoffset() method ` .
3
+ (August 22nd, 2016)
4
+
5
+ - [ Fix] Fixes ` TimezoneInfo.utcoffset() ` method.
4
6
- [ Fix] Fixes arithmetic operations on intervals not returning intervals.
5
7
- [ Fix] Allows Pendulum instances comparison to None . (Thanks to [ jkeyes] ( https://github.com/jkeyes ) )
6
8
- [ Feature] Adds a small speedup when changing timezones.
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '0.5'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.5.1 '
63
+ release = '0.5.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.5.1 '
3
+ VERSION = '0.5.2 '
You can’t perform that action at this time.
0 commit comments