diff --git a/README b/README index 768d4ef..7b353c1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -NNTSC 2.17 +NNTSC 2.18 --------------------------------------------------------------------------- Copyright (c) 2016, 2017 The University of Waikato, Hamilton, New Zealand. diff --git a/debian/changelog b/debian/changelog index 7071193..61f0f58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nntsc (2.18-1) unstable; urgency=low + + * Close currently active AMQP channel on error rather than an old channel. + * Clear pending AMQP messages to prevent duplication when restarting. + * Don't update traceroute parser path cache until after commit. + + -- Brendon Jones Wed, 27 Mar 2019 15:49:12 +1300 + nntsc (2.17-1) unstable; urgency=low * Move influx setup to build_nntsc_db from postinst. diff --git a/setup.py b/setup.py index 3359f19..0cb0bd5 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ requires.append('argparse') setup(name="nntsc", - version="2.17", + version="2.18", description='Nathan\'s Network Time Series Collector', author='Shane Alcock, Brendon Jones', author_email='contact@wand.net.nz',