-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.32.3 #1368
Release 0.32.3 #1368
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap-cli (0.32.3-1) stable; urgency=medium | ||
|
||
* Fix broken tracing in WWW UI (#1363) | ||
* Add support for forcing OpenTelemetry export over HTTP (#1365) | ||
* Bumped versions of some dependencies (#1353, #1357, #1358, #1359) | ||
|
||
-- Lukas Garberg <[email protected]> Mon, 22 Jan 2024 22:02:12 +0100 | ||
|
||
nipap-cli (0.32.2-1) stable; urgency=medium | ||
|
||
* Add pagination to the REST API (#1361) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.32.2" | ||
__version__ = "0.32.3" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__license__ = "MIT" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap-www (0.32.3-1) stable; urgency=medium | ||
|
||
* Fix broken tracing in WWW UI (#1363) | ||
* Add support for forcing OpenTelemetry export over HTTP (#1365) | ||
* Bumped versions of some dependencies (#1353, #1357, #1358, #1359) | ||
|
||
-- Lukas Garberg <[email protected]> Mon, 22 Jan 2024 22:02:11 +0100 | ||
|
||
nipap-www (0.32.2-1) stable; urgency=medium | ||
|
||
* Add pagination to the REST API (#1361) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
Metadata-Version: 1.0 | ||
Metadata-Version: 2.1 | ||
Name: nipap-www | ||
Version: 0.32.2 | ||
Version: 0.32.3 | ||
Summary: web frontend for NIPAP | ||
Home-page: http://SpriteLink.github.io/NIPAP | ||
Author: Kristian Larsson, Lukas Garberg | ||
Author-email: [email protected], [email protected] | ||
License: MIT | ||
Description: UNKNOWN | ||
Platform: UNKNOWN | ||
|
||
UNKNOWN | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.32.2" | ||
__version__ = "0.32.3" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Black would make changes. |
||
__author_email__ = "[email protected], [email protected]" | ||
__license__ = "MIT" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap (0.32.3-1) stable; urgency=medium | ||
|
||
* Fix broken tracing in WWW UI (#1363) | ||
* Add support for forcing OpenTelemetry export over HTTP (#1365) | ||
* Bumped versions of some dependencies (#1353, #1357, #1358, #1359) | ||
|
||
-- Lukas Garberg <[email protected]> Mon, 22 Jan 2024 22:02:10 +0100 | ||
|
||
nipap (0.32.2-1) stable; urgency=medium | ||
|
||
* Add pagination to the REST API (#1361) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.32.2" | ||
__version__ = "0.32.3" | ||
__db_version__ = 7 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Black would make changes. |
||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
pynipap (0.32.3-1) stable; urgency=medium | ||
|
||
* Fix broken tracing in WWW UI (#1363) | ||
* Add support for forcing OpenTelemetry export over HTTP (#1365) | ||
* Bumped versions of some dependencies (#1353, #1357, #1358, #1359) | ||
|
||
-- Lukas Garberg <[email protected]> Mon, 22 Jan 2024 22:02:11 +0100 | ||
|
||
pynipap (0.32.2-1) stable; urgency=medium | ||
|
||
* Add pagination to the REST API (#1361) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,7 +208,7 @@ | |
import logging | ||
import xmlrpc.client as xmlrpclib | ||
|
||
__version__ = "0.32.2" | ||
__version__ = "0.32.3" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Black would make changes. |
||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__= "[email protected], [email protected]" | ||
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap-whoisd (0.32.3-1) stable; urgency=medium | ||
|
||
* Fix broken tracing in WWW UI (#1363) | ||
* Add support for forcing OpenTelemetry export over HTTP (#1365) | ||
* Bumped versions of some dependencies (#1353, #1357, #1358, #1359) | ||
|
||
-- Lukas Garberg <[email protected]> Mon, 22 Jan 2024 22:02:13 +0100 | ||
|
||
nipap-whoisd (0.32.2-1) stable; urgency=medium | ||
|
||
* Add pagination to the REST API (#1361) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import os | ||
|
||
__version__ = "0.32.2" | ||
__version__ = "0.32.3" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Black would make changes. |
||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black would make changes.
multiple spaces before operator