Skip to content

Commit 7e6937b

Browse files
committed
Bumps version to 0.5
1 parent c5717ce commit 7e6937b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 0.5
22

3+
(August 15th, 2016)
34

45
This version introduces a new timezone library which improves
56
timezone switching and behavior around DST transition times.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.1'
61+
version = '0.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.1'
63+
release = '0.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.4'
3+
VERSION = '0.5'

0 commit comments

Comments
 (0)