From dd82b0835b4ad28aeaece1465134f3916f0830ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=AFo=D0=BD=D0=B8=D0=B8=CE=B3=20=C4=AFo=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8=CE=B3?= Date: Sat, 14 Mar 2020 13:58:24 -0700 Subject: [PATCH] bumped for release of 1.2.3 (#85) --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a3c09cc..a8035bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ History ******* +1.2.3. +=== + +* Add bitbucket support. +* Add CI. +* Correct hard coded paths in tests. +* Remove black skip-string-normalization. +* Add coverage. +* Switched to setuptools vs pbr. +* Switched to black off yapf. +* Added hacking for extra lint. +* Corrected docstrings. + 1.2.2 =====