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 11# Change Log
22
3+ ## [ 2.1.2] - 2020-07-24
4+
5+ ### Fixed
6+
7+ - Fixed errors when trying to build Pendulum from source ([ #489 ] ( https://github.com/sdispater/pendulum/pull/489 ) ).
8+
9+
310## [ 2.1.1] - 2020-07-13
411
512### Fixed
143150
144151
145152
146- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/2.1.1...master
153+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/2.1.2...master
154+ [ 2.1.2 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.2
147155[ 2.1.1 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.1
148156[ 2.1.0 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.0
149157[ 2.0.5 ] : https://github.com/sdispater/pendulum/releases/tag/2.0.5
Original file line number Diff line number Diff line change 1- __version__ = "2.1.1 "
1+ __version__ = "2.1.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pendulum"
3- version = " 2.1.1 "
3+ version = " 2.1.2 "
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