Skip to content

Commit 9867485

Browse files
committed
Bumps version to 0.6.4
1 parent e1ea928 commit 9867485

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

33

4+
## [0.6.4] - 2016-10-22
5+
6+
### Changed
7+
8+
- Adds support for `pytz` timezones in constructor.
9+
10+
### Fixed
11+
12+
- Fixes behavior of `add()`/`subtract()` methods for years, months and days when a DST transition occurs.
13+
- Fixes `range()` behavior.
14+
15+
416
## [0.6.3] - 2016-10-19
517

618
### Changed
@@ -203,6 +215,7 @@ This version causes major breaking API changes to simplify it and making it more
203215
Initial release
204216

205217

218+
[0.6.4]: https://github.com/sdispater/pendulum/releases/tag/0.6.4
206219
[0.6.3]: https://github.com/sdispater/pendulum/releases/tag/0.6.3
207220
[0.6.2]: https://github.com/sdispater/pendulum/releases/tag/0.6.2
208221
[0.6.1]: https://github.com/sdispater/pendulum/releases/tag/0.6.1

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.6.3'
63+
release = '0.6.4'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pendulum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '0.6.3'
3+
VERSION = '0.6.4'

0 commit comments

Comments
 (0)