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
+ ## [ 1.2.1] - 2017-05-23
4
+
5
+ ### Fixed
6
+
7
+ - Fixed incorrect ` fold ` attribute on Python 3.6 when not passing a timezone. (Thanks to [ neonquill] ( https://github.com/neonquill ) )
8
+
9
+
3
10
## [ 1.2.0] - 2017-03-24
4
11
5
12
### Added
@@ -356,7 +363,8 @@ Initial release
356
363
357
364
358
365
359
- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.2.0...master
366
+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.2.1...master
367
+ [ 1.2.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.2.1
360
368
[ 1.2.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.2.0
361
369
[ 1.1.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.1.1
362
370
[ 1.1.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.1.0
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '1.2'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.2.0 '
63
+ release = '1.2.1 '
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 = '1.2.0 '
3
+ VERSION = '1.2.1 '
You can’t perform that action at this time.
0 commit comments