Skip to content
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
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.29.7 - Zeus
---------------------
* Add-prefix-from-prefix-option only shown when possible (#1111)
* Cache busting for static files in the web UI (#1120)
* Fix monitor attribute in web UI (#1131)
* Fix parsing of query string in URL (#1132)
* Various documentation fixes (#1124, #1153, #1155)

Version 0.29.6 - Zeus
---------------------
* Test scripts merged (#1059)
Expand Down
10 changes: 10 additions & 0 deletions nipap-cli/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap-cli (0.29.7-1) stable; urgency=medium

* Add-prefix-from-prefix-option only shown when possible (#1111)
* Cache busting for static files in the web UI (#1120)
* Fix monitor attribute in web UI (#1131)
* Fix parsing of query string in URL (#1132)
* Various documentation fixes (#1124, #1153, #1155)

-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:50 +0200

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

* Test scripts merged (#1059)
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.29.6"
__version__ = "0.29.7"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

multiple spaces before operator

__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
__license__ = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions nipap-www/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap-www (0.29.7-1) stable; urgency=medium

* Add-prefix-from-prefix-option only shown when possible (#1111)
* Cache busting for static files in the web UI (#1120)
* Fix monitor attribute in web UI (#1131)
* Fix parsing of query string in URL (#1132)
* Various documentation fixes (#1124, #1153, #1155)

-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:49 +0200

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

* Test scripts merged (#1059)
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.29.6
Version: 0.29.7
Summary: web frontend for NIPAP
Home-page: http://SpriteLink.github.com/NIPAP
Author: Kristian Larsson, Lukas Garberg
Expand Down
4 changes: 2 additions & 2 deletions nipap-www/nipap_www.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pylons>=1.0
Jinja2
pynipap
Pylons>=1.0
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.29.6"
__version__ = "0.29.7"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

multiple spaces before operator

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

* Add-prefix-from-prefix-option only shown when possible (#1111)
* Cache busting for static files in the web UI (#1120)
* Fix monitor attribute in web UI (#1131)
* Fix parsing of query string in URL (#1132)
* Various documentation fixes (#1124, #1153, #1155)

-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:48 +0200

nipap (0.29.6-1) stable; urgency=medium

* Test scripts merged (#1059)
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.29.6"
__version__ = "0.29.7"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

tab before operator

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

* Add-prefix-from-prefix-option only shown when possible (#1111)
* Cache busting for static files in the web UI (#1120)
* Fix monitor attribute in web UI (#1131)
* Fix parsing of query string in URL (#1132)
* Various documentation fixes (#1124, #1153, #1155)

-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:49 +0200

pynipap (0.29.6-1) stable; urgency=medium

* Test scripts merged (#1059)
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.29.6"
__version__ = "0.29.7"
Copy link
Copy Markdown

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
10 changes: 10 additions & 0 deletions whoisd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap-whoisd (0.29.7-1) stable; urgency=medium

* Add-prefix-from-prefix-option only shown when possible (#1111)
* Cache busting for static files in the web UI (#1120)
* Fix monitor attribute in web UI (#1131)
* Fix parsing of query string in URL (#1132)
* Various documentation fixes (#1124, #1153, #1155)

-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:51 +0200

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

* Test scripts merged (#1059)
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.29.6"
__version__ = "0.29.7"
Copy link
Copy Markdown

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-2014, Kristian Larsson, Lukas Garberg"
Expand Down