Skip to content

Commit

Permalink
Prepare release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i3visio committed Feb 4, 2018
1 parent b2dc74d commit f897a3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ OSRFramework Changelog

For more information, check the README.Add some wrappers

0.18.1, 2018/02/04 -- Fix several issues.
- Fix #305: Peerbackers wrapper takes to long to be resolve, delaying the answer
- Fix #304: Multiple erros in entify.py
- Fix #302: alias_generator fails with main
- Fix #263: Problem with searchfy on facebook

0.18.0, 2018/01/21 -- Major updates to separate server, maltego and console package
- Add feature #294: Add freemusicarchive.org usufy wrapper
- Add feature: Update osrframework to match the new entry_points-friendly structure
Expand Down Expand Up @@ -37,8 +43,8 @@ For more information, check the README.Add some wrappers
- Move to pending Oroom and Backyardchickens

0.17.1, 2017/08/20 -- Some fixes and new wrappers.
- Add feature #283: Add Kiwi usufy wrapper
- Add feature #284: Add Sarahah usufy wrapper
- Add feature #283: Add Kiwi usufy wrapper
- Fix issue #286: Remove intersect.es wrapper as the platform has been changed
- Fix issue #282: Fix openstreetmap usufy wrapper when using usernames containing a dot
- Fix issue #280: Fix serieadictos usufy wrapper
Expand Down
2 changes: 1 addition & 1 deletion osrframework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#
################################################################################

__version__ = "0.18.0"
__version__ = "0.18.1"

0 comments on commit f897a3d

Please sign in to comment.