diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | example_project/settings.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 262f33b73..d94d20816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-django-ishtar (0.99.8) UNRELEASED; urgency=low + + * Upstream: cf CHANGES.md. + * Suffix displayed version in the footer with "deb" + + -- Étienne Loks <etienne.loks@iggdrasil.net> Fri, 2 Feb 2017 17:42:42 +0200 + python-django-ishtar (0.99.7.2) UNRELEASED; urgency=low * Upstream: cf CHANGES.md. diff --git a/example_project/settings.py b/example_project/settings.py index 35bd590c8..607eb12e9 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -29,7 +29,7 @@ STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' BASE_URL = "/" URL_PATH = "" -EXTRA_VERSION = 'git' +EXTRA_VERSION = 'deb' ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" |