-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 2.28-1 and update changelog.
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Thu, 9 May 2024 21:54:10 +1200 | ||
|
||
nntsc (2.27-2) unstable; urgency=low | ||
|
||
* Build packages for Debian Bullseye, Bookworm and Ubuntu Jammy. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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='[email protected]', | ||
|