We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3823ec commit 853acc0Copy full SHA for 853acc0
CHANGELOG.md
@@ -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
13
### 0.3.1
14
15
(July 13th, 2016)
pendulum/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-VERSION = '0.3.1'
+VERSION = '0.4'
0 commit comments