Skip to content

Commit a4d3716

Browse files
committed
Bumps version to 0.6.5
1 parent 1113696 commit a4d3716

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

33

4+
## [0.6.5] - 2016-10-31
5+
6+
### Changed
7+
8+
- Adds validation to `set_week_starts_at()`, `set_week_ends_at()` and `set_weekend_days()`. (thanks to [kleschenko](https://github.com/kleschenko))
9+
- Updates ukrainian localization. (thanks to [kleschenko](https://github.com/kleschenko))
10+
11+
### Fixed
12+
13+
- Fixes loading of timezones without transitions.
14+
- Fixes `Timezone.utcoffset()`. (thanks to [regnarock](https://github.com/regnarock))
15+
16+
417
## [0.6.4] - 2016-10-22
518

619
### Changed
@@ -215,6 +228,7 @@ This version causes major breaking API changes to simplify it and making it more
215228
Initial release
216229

217230

231+
[0.6.5]: https://github.com/sdispater/pendulum/releases/tag/0.6.5
218232
[0.6.4]: https://github.com/sdispater/pendulum/releases/tag/0.6.4
219233
[0.6.3]: https://github.com/sdispater/pendulum/releases/tag/0.6.3
220234
[0.6.2]: https://github.com/sdispater/pendulum/releases/tag/0.6.2

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.4'
63+
release = '0.6.5'
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.4'
3+
VERSION = '0.6.5'

0 commit comments

Comments
 (0)