From 0a42660311f2c5b8dbea4c766d49e22452a05a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 13 Feb 2018 11:29:08 +0100 Subject: [PATCH 1/2] chg: version bump --- pymisp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/__init__.py b/pymisp/__init__.py index b706918..6d866dc 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.87' +__version__ = '2.4.87.1' import logging import functools import warnings From 7b32bfd1da511614d8a9285463e060fadcf8edd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 13 Feb 2018 11:29:59 +0100 Subject: [PATCH 2/2] chg: Bump Changelog. --- CHANGELOG.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a6e33c3..11ac999 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,43 @@ Changelog ========= +v2.4.87.1 (2018-02-13) +---------------------- + +New +~~~ +- APIs to manage sharing groups. [Raphaël Vinot] + + Fix #185 +- ReturnMetaAttributes flag for freeTextImport API. [Raphaël Vinot] + + Fix #188 + +Changes +~~~~~~~ +- Bump Changelog. [Raphaël Vinot] +- Version bump. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Bump describeTypes (add mime) [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Bump describeType. [Raphaël Vinot] +- Bump describeType. [Raphaël Vinot] + +Fix +~~~ +- Encode string in _encode_file_to_upload. [Raphaël Vinot] + +Other +~~~~~ +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Merge pull request #186 from cudeso/master. [Alexandre Dulaunoy] + + Prevent unpublished events to be included in feed +- Prevent unpublished events to be included in feed. [Koen Van Impe] + + Change default proposed config + + v2.4.87 (2018-01-28) -------------------- @@ -12,6 +49,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]