File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.1.1] - 2020-07-13
4+
5+ ### Fixed
6+
7+ - Fixed errors where invalid timezones were matched in ` from_format() ` ([ #374 ] ( https://github.com/sdispater/pendulum/pull/374 ) ).
8+ - Fixed errors when subtracting negative timedeltas ([ #419 ] ( https://github.com/sdispater/pendulum/pull/419 ) ).
9+ - Fixed errors in total units computation for durations with years and months ([ #482 ] ( https://github.com/sdispater/pendulum/pull/482 ) ).
10+ - Fixed an error where the ` fold ` attribute was overridden when using ` replace() ` ([ #414 ] ( https://github.com/sdispater/pendulum/pull/414 ) ).
11+ - Fixed an error where ` now() ` was not returning the correct result on DST transitions ([ #483 ] ( https://github.com/sdispater/pendulum/pull/483 ) ).
12+ - Fixed inconsistent typing annotation for the ` parse() ` function ([ #452 ] ( https://github.com/sdispater/pendulum/pull/452 ) ).
13+
14+ ### Locales
15+
16+ - Added the ` pl ` locale ([ #459 ] ( https://github.com/sdispater/pendulum/pull/459 ) ).
17+
18+
319## [ 2.1.0] - 2020-03-07
420
521### Added
127143
128144
129145
130- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/2.1.0...master
146+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/2.1.1...master
147+ [ 2.1.1 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.1
131148[ 2.1.0 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.0
132149[ 2.0.5 ] : https://github.com/sdispater/pendulum/releases/tag/2.0.5
133150[ 2.0.4 ] : https://github.com/sdispater/pendulum/releases/tag/2.0.4
Original file line number Diff line number Diff line change 1- __version__ = "2.1.0 "
1+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pendulum"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44description = " Python datetimes made easy"
55authors = [" Sébastien Eustace <sebastien@eustace.io>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments