Skip to content

Commit aa68cb4

Browse files
authored
Merge pull request #611 from cglewis/master
release v0.2.0
2 parents 963c3c3 + 4d99888 commit aa68cb4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.2.0 (2017-06-01)
2+
3+
- Updated version of pytest
4+
- Improved test coverage
5+
- Improve handling environment variables with the helper script
6+
- Update version of gevent
7+
- Adds option to ignore learning public ip addresses
8+
19
# v0.1.9 (2018-05-18)
210

311
- Includes tcprewrite_dot1q in vent startup

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'0.2.0.dev'
61+
version = u'0.2.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.2.0.dev'
63+
release = u'0.2.0'
6464

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

0 commit comments

Comments
 (0)