1
0
Fork 0

Changelog update to release 1.8.2.

This commit is contained in:
Irina Truong 2017-12-04 19:12:11 -08:00
parent c664738a79
commit 4d6a934798
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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',