Skip to content

Commit

Permalink
release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cglewis committed Oct 22, 2018
1 parent d149d09 commit 55f27f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,18 @@
# v0.3.6 (2018-10-22)

- Updated version of pytest, gunicorn, prometheus_client, urllib3, scp, gevent, certifi, requests
- Fixed a few typos
- Fixed L2 timeout compared with ARP timeout for Faucet
- Fixed creation of files/dirs at container start time for volumes
- Added some developer instructions to the Readme

# v0.3.5 (2018-09-21)

- added an inactive state
- fixed operating system results from p0f
- fixes roles results from PoseidonML
- fixed log file creation and rotation
-
-
# v0.3.4 (2018-09-10)

- Updated version of pytest and pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.6.dev
0.3.6
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3.6.dev'
version = u'0.3.6'
# The full version, including alpha/beta/rc tags.
release = u'0.3.6.dev'
release = u'0.3.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion installers/debian/control
@@ -1,5 +1,5 @@
Package: poseidon
Version: 0.3.6.dev
Version: 0.3.6
Section: base
Priority: optional
Architecture: all
Expand Down

0 comments on commit 55f27f3

Please sign in to comment.