summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarikg <darikg@users.noreply.github.com>2015-11-07 16:39:42 -0500
committerdarikg <darikg@users.noreply.github.com>2015-11-07 16:39:42 -0500
commitf7aef6ecacd0dc4c1343d3aab534c12aa50cd51d (patch)
treecce8cd55ae9bbced311a326f7d9120afea3e23c6
parentf0b8c71f66dad8a06e3d5e9d4a379d955fc879f9 (diff)
parentb4bea5f2f5cf40ba2818881133e47db2c8159765 (diff)
Merge pull request #408 from dbcli/j-bennet/release-0.20.1v0.20.1
Preparing release 0.20.1 with Windows log fix.
-rw-r--r--changelog.rst7
-rw-r--r--pgcli/__init__.py2
2 files changed, 8 insertions, 1 deletions
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'