2.4.87 PyMISP release

pull/3/head
Alexandre Dulaunoy 2018-01-28 21:30:16 +01:00
parent fe7ec4bbd9
commit cb936be8a8
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 2 deletions

View File

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