Skip to content

Commit d7c87c1

Browse files
authored
Merge pull request #669 from cglewis/master
release v0.3.0
2 parents 4880c87 + afa55b8 commit d7c87c1

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v0.3.0 (2018-07-13)
2+
3+
- Deployment now uses a .deb package
4+
- Fixed the docs builder
5+
- Fixed issues for missing Faucet files
6+
- Fix missing keys in metadata for BCF
7+
- Ensure configured span_fabric and interface_group options exist in BCF
8+
- Update version of pytest, pyyaml, and prometheus_client
9+
- Lock Python at 3.6 for gevent
10+
- Cleaned up and removed old scripts, code, and docs
11+
- Improved documentation in the README
12+
113
# v0.2.2 (2018-06-29)
214

315
- Update version of pika, gevent, and pytest

VERSION

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

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'0.2.3.dev'
59+
version = u'0.3.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'0.2.3.dev'
61+
release = u'0.3.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
@@ -152,7 +152,7 @@
152152
# One entry per manual page. List of tuples
153153
# (source start file, name, description, authors, manual section).
154154
man_pages = [
155-
(master_doc, 'vent', u'Poseidon Documentation',
155+
(master_doc, 'poseidon', u'Poseidon Documentation',
156156
[author], 1)
157157
]
158158

0 commit comments

Comments
 (0)