Skip to content

Commit 853acc0

Browse files
committed
Bumps version to 0.4
1 parent d3823ec commit 853acc0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.4
2+
3+
(July 26th, 2016)
4+
5+
This version mostly brings the new <code>Period</code> class and improves performances overall.
6+
7+
- Adds the `Period` class, which basically is a datetime-aware interval.
8+
- Makes the `format()` method support a `locale` keyword argument.
9+
- Changes custom directives. `%P` becomes `%_z` and `%t` becomes `%_t`.
10+
Basically, all new custom directives will be in the form `%_{directive}`
11+
- Fixes singular for negative values of intervals.
12+
113
### 0.3.1
214

315
(July 13th, 2016)

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.3.1'
3+
VERSION = '0.4'

0 commit comments

Comments
 (0)