From cb936be8a88bd4669a615d4894b6a2057eefcbf0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 28 Jan 2018 21:30:16 +0100 Subject: [PATCH] 2.4.87 PyMISP release --- PyMISP-Changelog.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PyMISP-Changelog.txt b/PyMISP-Changelog.txt index 1b91e33..2f23a17 100755 --- a/PyMISP-Changelog.txt +++ b/PyMISP-Changelog.txt @@ -2,8 +2,8 @@ Changelog ========= -%%version%% (unreleased) ------------------------- +v2.4.87 (2018-01-28) +-------------------- New ~~~ @@ -12,6 +12,8 @@ New Changes ~~~~~~~ +- Version bump. [Raphaël Vinot] +- Bump Changelog. [Raphaël Vinot] - Skip sample upload test on python 3.4. [Raphaël Vinot] - Re-enable python3.4 on travis... [Raphaël Vinot] - Bump misp-object & describeTypes. [Raphaël Vinot] @@ -28,6 +30,7 @@ Changes Fix ~~~ +- Only skip test for 3.0->3.5. [Raphaël Vinot] - Sys.api_version -> sys.version_info. [Raphaël Vinot] - Allow to pass value, UUID, or ID to a sighting. [Raphaël Vinot] - Do not use basicConfig in __init__ [Raphaël Vinot]