summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-12-04 19:12:11 -0800
committerIrina Truong <i.chernyavska@gmail.com>2017-12-04 19:12:11 -0800
commit4d6a934798bcaf4f097f8b503b164ce9b645f443 (patch)
tree67a571fc36745c5c20e16b14c4216c0197937885
parentc664738a79f20e2c2919177a667d586e4f802368 (diff)
Changelog update to release 1.8.2.
-rw-r--r--changelog.rst8
-rw-r--r--setup.py1
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 6cd5c08e..42432368 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,9 +1,14 @@
Upcoming
========
+TODO
+
+1.8.2
+=====
+
Internal changes:
-----------------
-* Use temporary dir as config location in tests
+* Use temporary dir as config location in tests. (Thanks: `Dmitry B`_)
* Fix errors in the ``tee`` test (#795 and #797). (Thanks: `Irina Truong`_)
* Increase timeout for quitting pgcli. (Thanks: `Dick Marinus`_)
@@ -756,3 +761,4 @@ Improvements:
.. _`Gustavo Castro`: https://github.com/gustavo-castro
.. _`Alexander Schmolck`: https://github.com/aschmolck
.. _`Andrew Speed`: https://github.com/AndrewSpeed
+.. _`Dmitry B`: https://github.com/oxitnik
diff --git a/setup.py b/setup.py
index d8ecb182..ed1f8bac 100644
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,7 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: Unix',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',