Skip to content

Commit eed60d0

Browse files
authored
Merge pull request #866 from cglewis/master
release v0.4.0
2 parents 8ed5aea + df299bd commit eed60d0

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.4.0 (2018-12-14)
2+
3+
- Updated version of pytest, urllib3, requests, scp, pylint, certifi, redis, prometheus_client
4+
- Restructred the code base into a more simplified architecture
5+
- Replaced the custom state machine with pytransitions to make it more reliable
6+
- Cleaned up logging to be more readable at an INFO level and more useful at a DEBUG level
7+
- Various bug fixes along the way
8+
19
# v0.3.6 (2018-10-22)
210

311
- Updated version of pytest, gunicorn, prometheus_client, urllib3, scp, gevent, certifi, requests
@@ -8,11 +16,11 @@
816

917
# v0.3.5 (2018-09-21)
1018

11-
- added an inactive state
12-
- fixed operating system results from p0f
13-
- fixes roles results from PoseidonML
14-
- fixed log file creation and rotation
15-
-
19+
- Added an inactive state
20+
- Fixed operating system results from p0f
21+
- Fixes roles results from PoseidonML
22+
- Fixed log file creation and rotation
23+
1624
# v0.3.4 (2018-09-10)
1725

1826
- 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.7.dev
1+
0.4.0

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.7.dev'
58+
version = u'0.4.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'0.3.7.dev'
60+
release = u'0.4.0'
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.7.dev
2+
Version: 0.4.0
33
Section: base
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)