diff --git a/NEWS b/NEWS index b54f5e692..c9283b4f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 0.31.2 - Persephone +--------------------------- + * Removed last bits of Pylons + * Fixed bug with edit prefix operations without VRF + * Fixed bug related to error handling in the web UI + Version 0.31.1 - Persephone --------------------------- * Removed workaround for serving static content, in turn leading to a bug diff --git a/nipap-cli/debian/changelog b/nipap-cli/debian/changelog index 7fb841036..0b18b2996 100644 --- a/nipap-cli/debian/changelog +++ b/nipap-cli/debian/changelog @@ -1,3 +1,11 @@ +nipap-cli (0.31.2-1) stable; urgency=medium + + * Removed last bits of Pylons + * Fixed bug with edit prefix operations without VRF + * Fixed bug related to error handling in the web UI + + -- Lukas Garberg Fri, 06 Oct 2023 06:35:53 +0000 + nipap-cli (0.31.1-1) stable; urgency=medium * Removed workaround for serving static content, in turn leading to a diff --git a/nipap-cli/nipap_cli/__init__.py b/nipap-cli/nipap_cli/__init__.py index 76bc7ca51..a616497af 100644 --- a/nipap-cli/nipap_cli/__init__.py +++ b/nipap-cli/nipap_cli/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.31.1" +__version__ = "0.31.2" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" __license__ = "MIT" diff --git a/nipap-www/debian/changelog b/nipap-www/debian/changelog index 2b554fa2a..e3b7a8fb8 100644 --- a/nipap-www/debian/changelog +++ b/nipap-www/debian/changelog @@ -1,3 +1,11 @@ +nipap-www (0.31.2-1) stable; urgency=medium + + * Removed last bits of Pylons + * Fixed bug with edit prefix operations without VRF + * Fixed bug related to error handling in the web UI + + -- Lukas Garberg Fri, 06 Oct 2023 06:35:52 +0000 + nipap-www (0.31.1-1) stable; urgency=medium * Removed workaround for serving static content, in turn leading to a diff --git a/nipap-www/nipap_www.egg-info/PKG-INFO b/nipap-www/nipap_www.egg-info/PKG-INFO index 76e24eb23..683bdba2e 100644 --- a/nipap-www/nipap_www.egg-info/PKG-INFO +++ b/nipap-www/nipap_www.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: nipap-www -Version: 0.31.1 +Version: 0.31.2 Summary: web frontend for NIPAP Home-page: http://SpriteLink.github.io/NIPAP Author: Kristian Larsson, Lukas Garberg diff --git a/nipap-www/nipap_www.egg-info/requires.txt b/nipap-www/nipap_www.egg-info/requires.txt index 560bedd94..e4e7cd1c6 100644 --- a/nipap-www/nipap_www.egg-info/requires.txt +++ b/nipap-www/nipap_www.egg-info/requires.txt @@ -1,3 +1,3 @@ Flask -nipap pynipap +nipap diff --git a/nipap-www/nipapwww/__init__.py b/nipap-www/nipapwww/__init__.py index ebdf5a31b..a87d87c55 100644 --- a/nipap-www/nipapwww/__init__.py +++ b/nipap-www/nipapwww/__init__.py @@ -6,7 +6,7 @@ import pynipap -__version__ = "0.31.1" +__version__ = "0.31.2" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" __license__ = "MIT" diff --git a/nipap/debian/changelog b/nipap/debian/changelog index e7eec6a1d..3b072975c 100644 --- a/nipap/debian/changelog +++ b/nipap/debian/changelog @@ -1,3 +1,11 @@ +nipap (0.31.2-1) stable; urgency=medium + + * Removed last bits of Pylons + * Fixed bug with edit prefix operations without VRF + * Fixed bug related to error handling in the web UI + + -- Lukas Garberg Fri, 06 Oct 2023 06:35:52 +0000 + nipap (0.31.1-1) stable; urgency=medium * Removed workaround for serving static content, in turn leading to a diff --git a/nipap/nipap/__init__.py b/nipap/nipap/__init__.py index dd04be968..e39308ded 100644 --- a/nipap/nipap/__init__.py +++ b/nipap/nipap/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.31.1" +__version__ = "0.31.2" __db_version__ = 7 __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" diff --git a/pynipap/debian/changelog b/pynipap/debian/changelog index c52eea0ea..51b760c2d 100644 --- a/pynipap/debian/changelog +++ b/pynipap/debian/changelog @@ -1,3 +1,11 @@ +pynipap (0.31.2-1) stable; urgency=medium + + * Removed last bits of Pylons + * Fixed bug with edit prefix operations without VRF + * Fixed bug related to error handling in the web UI + + -- Lukas Garberg Fri, 06 Oct 2023 06:35:52 +0000 + pynipap (0.31.1-1) stable; urgency=medium * Removed workaround for serving static content, in turn leading to a diff --git a/pynipap/pynipap.py b/pynipap/pynipap.py index 5a03f1e97..190230a76 100644 --- a/pynipap/pynipap.py +++ b/pynipap/pynipap.py @@ -212,7 +212,7 @@ else: import xmlrpc.client as xmlrpclib -__version__ = "0.31.1" +__version__ = "0.31.2" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__= "kll@tele2.net, lukas@spritelink.net" __copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg" diff --git a/whoisd/debian/changelog b/whoisd/debian/changelog index 7f16b7663..2a942b1d3 100644 --- a/whoisd/debian/changelog +++ b/whoisd/debian/changelog @@ -1,3 +1,11 @@ +nipap-whoisd (0.31.2-1) stable; urgency=medium + + * Removed last bits of Pylons + * Fixed bug with edit prefix operations without VRF + * Fixed bug related to error handling in the web UI + + -- Lukas Garberg Fri, 06 Oct 2023 06:35:53 +0000 + nipap-whoisd (0.31.1-1) stable; urgency=medium * Removed workaround for serving static content, in turn leading to a diff --git a/whoisd/nipap_whoisd.py b/whoisd/nipap_whoisd.py index f37a7e970..05071dfa9 100644 --- a/whoisd/nipap_whoisd.py +++ b/whoisd/nipap_whoisd.py @@ -1,6 +1,6 @@ import os -__version__ = "0.31.1" +__version__ = "0.31.2" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" __copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg"