Skip to content

Commit 073c5af

Browse files
authored
Merge pull request #722 from cglewis/master
release v0.3.2
2 parents c7a21d9 + d02aeed commit 073c5af

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.3.2 (2018-08-10)
2+
3+
- Updated README
4+
- Demo now uses cat instead of less
5+
- Updated version of pytest, prometheus_client, and pylint
6+
- Improved logging, created a poseidon.log
7+
- Updated to alpine 3.8
8+
19
# v0.3.1 (2018-07-27)
210

311
- If span fabric or interface group doesn't exist, don't mirror

VERSION

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

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

0 commit comments

Comments
 (0)