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 1
1
# Change Log
2
2
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
+
3
10
## [ 2.1.1] - 2020-07-13
4
11
5
12
### Fixed
143
150
144
151
145
152
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
147
155
[ 2.1.1 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.1
148
156
[ 2.1.0 ] : https://github.com/sdispater/pendulum/releases/tag/2.1.0
149
157
[ 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 1
1
[tool .poetry ]
2
2
name = " pendulum"
3
- version = " 2.1.1 "
3
+ version = " 2.1.2 "
4
4
description = " Python datetimes made easy"
5
5
authors = [
" Sébastien Eustace <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments