diff --git a/README b/README index 9c9b457..09a2cea 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -NNTSC 2.27 +NNTSC 2.28 --------------------------------------------------------------------------- Copyright (c) 2016, 2017 The University of Waikato, Hamilton, New Zealand. diff --git a/debian/changelog b/debian/changelog index 14d60c9..9c9fb3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nntsc (2.28-1) unstable; urgency=low + + * Update functions to work with postgres 14. + * Update to work with python3-pika 1.2.0. + + -- Brendon Jones Thu, 9 May 2024 21:54:10 +1200 + nntsc (2.27-2) unstable; urgency=low * Build packages for Debian Bullseye, Bookworm and Ubuntu Jammy. diff --git a/setup.py b/setup.py index ebd7e0c..ab5e3cb 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ requires.append('argparse') setup(name="nntsc", - version="2.27", + version="2.28", description='Nathan\'s Network Time Series Collector', author='Shane Alcock, Brendon Jones', author_email='contact@wand.net.nz',