Skip to content

Commit f589b3c

Browse files
committed
Bumps version to 0.6.2
1 parent 5b90e39 commit f589b3c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3-
## [0.6.1]
3+
## [0.6.2] - 2016-09-26
4+
5+
### Fixed
6+
7+
- Fixes timezones loading on Windows
8+
9+
10+
## [0.6.1] - 2016-09-19
411

512
### Changed
613

@@ -183,6 +190,7 @@ This version causes major breaking API changes to simplify it and making it more
183190
Initial release
184191

185192

193+
[0.6.2]: https://github.com/sdispater/pendulum/releases/tag/0.6.2
186194
[0.6.1]: https://github.com/sdispater/pendulum/releases/tag/0.6.1
187195
[0.6.0]: https://github.com/sdispater/pendulum/releases/tag/0.6.0
188196
[0.5.5]: https://github.com/sdispater/pendulum/releases/tag/0.5.5

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

0 commit comments

Comments
 (0)