Release v0.30.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-05-21 17:16:33 -04:00
parent bc9a746b7e
commit f5fb4a8eae
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 34 additions and 1 deletions

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
plinth (0.30.0) unstable; urgency=medium
[ Igor ]
* Translated using Weblate (Russian)
[ Sciumedanglisc ]
* Translated using Weblate (Italian)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ danielwine ]
* Translated using Weblate (Hungarian)
[ Gayathri Das ]
* Translated using Weblate (Hindi)
[ Joseph Nuthalapati ]
* setup: Remove unavailable as a state in setup_helper
-- James Valleroy <jvalleroy@mailbox.org> Mon, 21 May 2018 17:15:47 -0400
plinth (0.29.1) unstable; urgency=high
[ Pavel Borecki ]

View File

@ -7372,6 +7372,17 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
<section>
<title>Release Notes</title>
<para>The following are the release notes for each FreedomBox version. </para>
<section>
<title>Version 0.30.0 (2018-05-21)</title>
<itemizedlist>
<listitem>
<para>Updated translations for Russian, Italian, Norwegian Bokmål, Hungarian, and Hindi </para>
</listitem>
<listitem>
<para>setup: Remove unavailable as a state in setup_helper </para>
</listitem>
</itemizedlist>
</section>
<section>
<title>Version 0.29.1 (2018-05-08)</title>
<itemizedlist>

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.29.0'
__version__ = '0.30.0'