We are psyched to announce the release of: neutron-vpnaas-dashboard 1.5.1: Neutron VPNaaS Dashboard This release is part of the stein stable release series. The source is available from: https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard Download the package from: https://tarballs.openstack.org/neutron-vpnaas-dashboard/ Please report issues through: https://bugs.launchpad.net/neutron-vpnaas-dashboard/+bugs For more details, please see below. Changes in neutron-vpnaas-dashboard 1.5.0..1.5.1 ------------------------------------------------ b3922c5 Imported Translations from Zanata 69ed7d2 Imported Translations from Zanata fbf8a86 Fix devstack plugin to work with Python 3 82a046c Bump hacking to 1.1.0 Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 2 +- .../dashboards/project/vpn/workflows.py | 2 +- .../locale/ja/LC_MESSAGES/django.po | 22 +- .../locale/zh_CN/LC_MESSAGES/django.po | 912 +++++++++++++++++++++ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 5 +- test-requirements.txt | 2 +- tox.ini | 8 +- 7 files changed, 942 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bcdedd6..e55e4bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0 # Apache-2.0