From fa36fe08a048e232a6c292e5bf99b8daddd4680b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 1 Jul 2018 23:21:33 +0800 Subject: [PATCH] chg: Bump changelog & version --- CHANGELOG.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ pymisp/__init__.py | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 65b0a73..aa4ff31 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,9 +2,55 @@ Changelog ========= +v2.4.93 (2018-07-01) +-------------------- + +New +~~~ +- Add many comments in the jupyter notebook. [Raphaël Vinot] +- Return the new object in `add_object` [Raphaël Vinot] +- Add the ability to add Other attributes via the API. [Paul Stark] +- Tuto for MISPEvent. [Raphaël Vinot] +- Load Org and Orgc as MISPOrganisation. [Raphaël Vinot] + + Related to #239 + +Changes +~~~~~~~ +- Moar jupyter. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Add full example. [Raphaël Vinot] +- Add few more calls. [Raphaël Vinot] +- Fix sample retrieval from new-style zips. [Xavier Mehrenberger] +- Bump misp-objects. [Raphaël Vinot] +- Raise an exception if the response is not in JSON. [Raphaël Vinot] + +Other +~~~~~ +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Merge pull request #241 from cipherlock/master. [Raphaël Vinot] + + new:Add the ability to add Other attributes via the API +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Merge pull request #238 from SHSauler/patch-3. [Raphaël Vinot] + + Added download_samples(..., unzip=True) +- Added unzip-flag. [Steffen Sauler] + + added: download_samples(..., unzip=True) +- Merge pull request #235 from Lastpixl/master. [Raphaël Vinot] + + chg: fix sample retrieval from new-style zips + + v2.4.92.1 (2018-06-05) ---------------------- +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Bump changelog. [Raphaël Vinot] + Fix ~~~ - Index out of range in add_object. [Raphaël Vinot] diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 38df3b8..ea284ca 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.92.1' +__version__ = '2.4.93' import logging import functools import warnings