Skip to content

Commit

Permalink
Merge pull request #366 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.3.1
  • Loading branch information
cglewis authored Apr 18, 2019
2 parents a8a70cb + 93f9f15 commit 386d95d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.3.1 (2019-04-18)

- Updated Tensorflow imports for new deprecations
- Updated pika to 1.0.1
- Removed a bunch of duplicated code to keep the code base cleaner
- Added a bunch of tests to get coverage up to 90%
- Updated pytest to 4.4.1
- Removed the use of md5 and replaced it with sha224

# v0.3.0 (2019-04-04)

- Major rewrite and restructuring of the code base, but same functionality
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='poseidonml',
version='0.3.1.dev',
version='0.3.1',
packages=['networkml', 'networkml.algorithms', 'networkml.algorithms.sos',
'networkml.parsers', 'networkml.parsers.netflow',
'networkml.parsers.pcap', 'networkml.utils'],
Expand Down

0 comments on commit 386d95d

Please sign in to comment.