Skip to content

Commit 4040673

Browse files
authored
Merge pull request #816 from cglewis/master
release v0.3.6
2 parents f41b079 + 55f27f3 commit 4040673

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
# v0.3.6 (2018-10-22)
2+
3+
- Updated version of pytest, gunicorn, prometheus_client, urllib3, scp, gevent, certifi, requests
4+
- Fixed a few typos
5+
- Fixed L2 timeout compared with ARP timeout for Faucet
6+
- Fixed creation of files/dirs at container start time for volumes
7+
- Added some developer instructions to the Readme
8+
19
# v0.3.5 (2018-09-21)
210

311
- added an inactive state
412
- fixed operating system results from p0f
513
- fixes roles results from PoseidonML
614
- fixed log file creation and rotation
7-
-
15+
-
816
# v0.3.4 (2018-09-10)
917

1018
- Updated version of pytest and pytest-cov

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.6.dev
1+
0.3.6

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'0.3.6.dev'
58+
version = u'0.3.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'0.3.6.dev'
60+
release = u'0.3.6'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

installers/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: poseidon
2-
Version: 0.3.6.dev
2+
Version: 0.3.6
33
Section: base
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)