From b4bea5f2f5cf40ba2818881133e47db2c8159765 Mon Sep 17 00:00:00 2001 From: Iryna Cherniavska Date: Sat, 7 Nov 2015 11:23:39 -0800 Subject: [PATCH] Preparing release 0.20.1 with Windows log fix. --- changelog.rst | 7 +++++++ pgcli/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index d86d0577..b16fbf31 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,6 +1,13 @@ 0.20.0 ====== +Bug Fixes: +---------- +* Fixed logging in Windows by switching the location of log and history file based on OS. (Thanks: Amjith, `Darik Gamble`_, `Iryna Cherniavska`_). + +0.20.0 +====== + Features: --------- * Perform auto-completion refresh in background. (Thanks: Amjith, `Darik Gamble`_, `Iryna Cherniavska`_). diff --git a/pgcli/__init__.py b/pgcli/__init__.py index 2f15b8cd..abadaefa 100644 --- a/pgcli/__init__.py +++ b/pgcli/__init__.py @@ -1 +1 @@ -__version__ = '0.20.0' +__version__ = '0.20.1'