File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+
4+ ## [ 0.6.3] - 2016-10-19
5+
6+ ### Changed
7+
8+ - Makes ` replace() ` accept the same tzinfo types as the constructor.
9+
10+ ### Fixed
11+
12+ - Fixes ` timezone_() ` not setting the tzinfo properly.
13+ - Fixes pickling/unpickling of Pendulum instances with fixed timezone.
14+
15+
316## [ 0.6.2] - 2016-09-26
417
518### Fixed
@@ -190,6 +203,7 @@ This version causes major breaking API changes to simplify it and making it more
190203Initial release
191204
192205
206+ [ 0.6.3 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.3
193207[ 0.6.2 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.2
194208[ 0.6.1 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.1
195209[ 0.6.0 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.0
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '0.6'
6262# The full version, including alpha/beta/rc tags.
63- release = '0.6.2 '
63+ release = '0.6.3 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- VERSION = '0.6.2 '
3+ VERSION = '0.6.3 '
You can’t perform that action at this time.
0 commit comments