Skip to content
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

Version 0.32.1 #1351

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.32.1 - Poseidon
-------------------------
* Fix bug where data fetched from LDAP caused a crash (#1347)

Version 0.32.0 - Poseidon
-------------------------
* nipapd, nipap-www and whoisd running on Python 3 (#1316)
Expand Down
6 changes: 6 additions & 0 deletions nipap-cli/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nipap-cli (0.32.1-1) stable; urgency=medium

* Fix bug where data fetched from LDAP caused a crash (#1347)

-- Lukas Garberg <[email protected]> Wed, 25 Oct 2023 16:44:40 +0200

nipap-cli (0.32.0-1) stable; urgency=medium

* nipapd, nipap-www and whoisd running on Python 3 (#1316)
Expand Down
2 changes: 1 addition & 1 deletion nipap-cli/nipap_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.32.0"
__version__ = "0.32.1"
__author__ = "Kristian Larsson, Lukas Garberg"

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

__author_email__ = "[email protected], [email protected]"
__license__ = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions nipap-www/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nipap-www (0.32.1-1) stable; urgency=medium

* Fix bug where data fetched from LDAP caused a crash (#1347)

-- Lukas Garberg <[email protected]> Wed, 25 Oct 2023 16:44:40 +0200

nipap-www (0.32.0-1) stable; urgency=medium

* nipapd, nipap-www and whoisd running on Python 3 (#1316)
Expand Down
2 changes: 1 addition & 1 deletion nipap-www/nipap_www.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: nipap-www
Version: 0.32.0
Version: 0.32.1
Summary: web frontend for NIPAP
Home-page: http://SpriteLink.github.io/NIPAP
Author: Kristian Larsson, Lukas Garberg
Expand Down
2 changes: 1 addition & 1 deletion nipap-www/nipap_www.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask
pynipap
nipap
pynipap
2 changes: 1 addition & 1 deletion nipap-www/nipapwww/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.32.0"
__version__ = "0.32.1"
__author__ = "Kristian Larsson, Lukas Garberg"

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

__author_email__ = "[email protected], [email protected]"
__license__ = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions nipap/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nipap (0.32.1-1) stable; urgency=medium

* Fix bug where data fetched from LDAP caused a crash (#1347)

-- Lukas Garberg <[email protected]> Wed, 25 Oct 2023 16:44:39 +0200

nipap (0.32.0-1) stable; urgency=medium

* nipapd, nipap-www and whoisd running on Python 3 (#1316)
Expand Down
2 changes: 1 addition & 1 deletion nipap/nipap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.32.0"
__version__ = "0.32.1"
__db_version__ = 7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.
tab before operator

__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
Expand Down
6 changes: 6 additions & 0 deletions pynipap/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pynipap (0.32.1-1) stable; urgency=medium

* Fix bug where data fetched from LDAP caused a crash (#1347)

-- Lukas Garberg <[email protected]> Wed, 25 Oct 2023 16:44:39 +0200

pynipap (0.32.0-1) stable; urgency=medium

* nipapd, nipap-www and whoisd running on Python 3 (#1316)
Expand Down
2 changes: 1 addition & 1 deletion pynipap/pynipap.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
else:
import xmlrpc.client as xmlrpclib

__version__ = "0.32.0"
__version__ = "0.32.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tab before operator

__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__= "[email protected], [email protected]"
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg"
Expand Down
6 changes: 6 additions & 0 deletions whoisd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nipap-whoisd (0.32.1-1) stable; urgency=medium

* Fix bug where data fetched from LDAP caused a crash (#1347)

-- Lukas Garberg <[email protected]> Wed, 25 Oct 2023 16:44:40 +0200

nipap-whoisd (0.32.0-1) stable; urgency=medium

* nipapd, nipap-www and whoisd running on Python 3 (#1316)
Expand Down
2 changes: 1 addition & 1 deletion whoisd/nipap_whoisd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "0.32.0"
__version__ = "0.32.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.
tab before operator

__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
__copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg"
Expand Down
Loading