Release v19.13 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-07-29 19:16:06 -04:00
parent 1df4f19801
commit 4901ad76f2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 39 additions and 1 deletions

38
debian/changelog vendored
View File

@ -1,3 +1,41 @@
plinth (19.13) unstable; urgency=low
[ Nikolas Nyby ]
* Fix a handful of typos in docs and comments
* Introduce flake8 checking
* Fix typos in module init docs
* Add flake8 to gitlib-ci
[ Petter Reinholdtsen ]
* Translated using Weblate (Norwegian Bokmål)
[ Sunil Mohan Adapa ]
* Minor changes to flake8 related updates
* diaspora: Fix tests by reverting changes during flake8 clenaup
* backups: Fix issue with showing index page
* backups: Fix HTML template indentation, remove inline styling
[ James Valleroy ]
* help: Show security notice when backports are in use
* security: Show vulnerability counts
* locale: Update translation strings
* doc: Fetch latest manual
* Begin uploading to unstable again.
* security: Fixup refactoring
[ Joseph Nuthalapati ]
* backups: Make UI more consistent with other apps
* backups: Make backup location tables collapsible
* flake8: Remove unused import
[ nautilusx ]
* Translated using Weblate (German)
[ Anxin YI ]
* Translated using Weblate (Chinese (Simplified))
-- James Valleroy <jvalleroy@mailbox.org> Mon, 29 Jul 2019 19:13:58 -0400
plinth (19.12) experimental; urgency=medium
[ Miguel A. Bouzada ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.12'
__version__ = '19.13'