Skip to content

Commit

Permalink
v0.3.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Jan 25, 2017
1 parent 1940367 commit 8aacca8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.3.0a3
-------

- More command line arguments.

The command line arguments under the *Configuration options* group can be used to override settings done on the plugin configuration file.

0.3.0a2
-------

Expand Down
2 changes: 1 addition & 1 deletion pierky/p2es/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0a2"
__version__ = "0.3.0a3"
2 changes: 1 addition & 1 deletion scripts/pmacct-to-elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ def main():

return ret_code

main()
sys.exit(0 if main() else 1)

0 comments on commit 8aacca8

Please sign in to comment.