Skip to content

Commit 8a9c7de

Browse files
committed
Bumped version vo v0.32.7
1 parent bf24790 commit 8a9c7de

File tree

11 files changed

+51
-5
lines changed

11 files changed

+51
-5
lines changed

NEWS

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.32.7 - Poseidon
2+
-------------------------
3+
* Modernized packaging (#1419, #1420, #1425, #1426, #1427)
4+
* Replaced REST framework in nipapd (#1422)
5+
* Bugfixes in whois-daemon (#1429)
6+
17
Version 0.32.6 - Poseidon
28
-------------------------
39
* Fic proxying of traces over TLS in CLI (#1387)

nipap-cli/debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nipap-cli (0.32.7-1) stable; urgency=medium
2+
3+
* Modernized packaging (#1419, #1420, #1425, #1426, #1427)
4+
* Replaced REST framework in nipapd (#1422)
5+
* Bugfixes in whois-daemon (#1429)
6+
7+
-- Lukas Garberg <[email protected]> Wed, 22 Jan 2025 13:45:34 +0100
8+
19
nipap-cli (0.32.6-1) stable; urgency=medium
210

311
* Fic proxying of traces over TLS in CLI (#1387)

nipap-cli/nipap_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.32.6"
1+
__version__ = "0.32.7"
22
__author__ = "Kristian Larsson, Lukas Garberg"
33
44
__license__ = "MIT"

nipap-www/debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nipap-www (0.32.7-1) stable; urgency=medium
2+
3+
* Modernized packaging (#1419, #1420, #1425, #1426, #1427)
4+
* Replaced REST framework in nipapd (#1422)
5+
* Bugfixes in whois-daemon (#1429)
6+
7+
-- Lukas Garberg <[email protected]> Wed, 22 Jan 2025 13:45:34 +0100
8+
19
nipap-www (0.32.6-1) stable; urgency=medium
210

311
* Fic proxying of traces over TLS in CLI (#1387)

nipap-www/nipapwww/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.32.6"
1+
__version__ = "0.32.7"
22
__author__ = "Kristian Larsson, Lukas Garberg"
33
44
__license__ = "MIT"

nipap/debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nipap (0.32.7-1) stable; urgency=medium
2+
3+
* Modernized packaging (#1419, #1420, #1425, #1426, #1427)
4+
* Replaced REST framework in nipapd (#1422)
5+
* Bugfixes in whois-daemon (#1429)
6+
7+
-- Lukas Garberg <[email protected]> Wed, 22 Jan 2025 13:45:33 +0100
8+
19
nipap (0.32.6-1) stable; urgency=medium
210

311
* Fic proxying of traces over TLS in CLI (#1387)

nipap/nipap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.32.6"
1+
__version__ = "0.32.7"
22
__db_version__ = 7
33
__author__ = "Kristian Larsson, Lukas Garberg"
44

pynipap/debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pynipap (0.32.7-1) stable; urgency=medium
2+
3+
* Modernized packaging (#1419, #1420, #1425, #1426, #1427)
4+
* Replaced REST framework in nipapd (#1422)
5+
* Bugfixes in whois-daemon (#1429)
6+
7+
-- Lukas Garberg <[email protected]> Wed, 22 Jan 2025 13:45:33 +0100
8+
19
pynipap (0.32.6-1) stable; urgency=medium
210

311
* Fic proxying of traces over TLS in CLI (#1387)

pynipap/pynipap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .pynipap import *
22

3-
__version__ = "0.32.6"
3+
__version__ = "0.32.7"
44
__author__ = "Kristian Larsson, Lukas Garberg"
55
66
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg"

whoisd/debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nipap-whoisd (0.32.7-1) stable; urgency=medium
2+
3+
* Modernized packaging (#1419, #1420, #1425, #1426, #1427)
4+
* Replaced REST framework in nipapd (#1422)
5+
* Bugfixes in whois-daemon (#1429)
6+
7+
-- Lukas Garberg <[email protected]> Wed, 22 Jan 2025 13:45:34 +0100
8+
19
nipap-whoisd (0.32.6-1) stable; urgency=medium
210

311
* Fic proxying of traces over TLS in CLI (#1387)

whoisd/nipap_whoisd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "0.32.6"
3+
__version__ = "0.32.7"
44
__author__ = "Kristian Larsson, Lukas Garberg"
55
66
__copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg"

0 commit comments

Comments
 (0)