diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:50:24 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:50:24 +0100 |
commit | 844cb180e854330d1f57dc5bd177f55fb72481ed (patch) | |
tree | 0b54c28f9c07c6496e878c124cb2b669e66ea479 | |
parent | c69950717a77550214fd696eb4822e4f8a67ee04 (diff) | |
download | Ishtar-844cb180e854330d1f57dc5bd177f55fb72481ed.tar.bz2 Ishtar-844cb180e854330d1f57dc5bd177f55fb72481ed.zip |
v0.99.8 - wheezy
-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" |