We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963c3c3 + 4d99888 commit aa68cb4Copy full SHA for aa68cb4
CHANGELOG.md
@@ -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
9
# v0.1.9 (2018-05-18)
10
11
- Includes tcprewrite_dot1q in vent startup
docs/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = u'0.2.0.dev'
+version = u'0.2.0'
62
# The full version, including alpha/beta/rc tags.
63
-release = u'0.2.0.dev'
+release = u'0.2.0'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
0 commit comments