Skip to content

Commit

Permalink
Release notes and increment version (arrow-py#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar authored and systemcatch committed Jul 30, 2019
1 parent a4893b5 commit b9d1171
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## History

### 0.14.4

- [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the `get()` function. Functionality such as `arrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC")` should work as normal again.
- [CHANGE] Moved `backports.functools_lru_cache` dependency from `extra_requires` to `install_requires` for `Python 2.7` installs to fix [#495](https://github.com/crsmithdev/arrow/issues/495).

### 0.14.3

- [NEW] Added full support for Python 3.8.
Expand Down
2 changes: 1 addition & 1 deletion arrow/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.3"
__version__ = "0.14.4"

0 comments on commit b9d1171

Please sign in to comment.