Skip to content

Commit

Permalink
Merge pull request #665 from jadchaar/version-0.15.1
Browse files Browse the repository at this point in the history
0.15.1 version increment and changelog
  • Loading branch information
jadchaar committed Sep 10, 2019
2 parents 5b0d2a7 + 15fae21 commit 96e19e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.15.1

- [FIX] Fixed a bug that caused Arrow to fail when passed a negative timestamp string.
- [FIX] Fixed a bug that caused Arrow to fail when passed a datetime object with `tzinfo` of type `StaticTzInfo`.

## 0.15.0
- [NEW] Added support for DDD and DDDD ordinal date tokens. The following functionality is now possible: `arrow.get("1998-045")`, `arrow.get("1998-45", "YYYY-DDD")`, `arrow.get("1998-045", "YYYY-DDDD")`.
- [NEW] ISO 8601 basic format for dates and times is now supported (e.g. `YYYYMMDDTHHmmssZ`).
Expand Down
2 changes: 1 addition & 1 deletion arrow/_version.py
@@ -1 +1 @@
__version__ = "0.15.0"
__version__ = "0.15.1"

0 comments on commit 96e19e8

Please sign in to comment.