forked from jan/debianmemberportfolio
Release 0.6.3
Update and add translations from Weblate -----BEGIN PGP SIGNATURE----- iQFIBAABCgAyFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAl5RFCQUHGphbkBkaXR0 YmVybmVyLmluZm8ACgkQDXkdyNc3wdl75QgA4KDMXNX5j+pUzML9gKf6DTSm8SMU mwZNd+OJlEChuCxz6ZfgtDbelDDHes7F7mGYXq2ifUxrh63dItLFQRkE+6TuLqqg 01a0AsGgm2m36hLHiIRIn1NjxXkr7ggUfbkeRFGgEpal9VY2pabJT471c9wBwnSR g7T7O0jKDdG001V3NlHp5xTxsyUKm7mEgBZhJO65+uio6MZgQ3wrIyjA0fEwtkiW 825Z/eCLHgTBNq2+Nzv+TlascBIuwNLw2zMf1xBWrrXrprnb/LfDkZEDIWZWl231 am05/6TfjOTFbSE9bXHEIfsv/r4REwJzA3g7ozHAORSqZ6TxsgLFZOgdGQ== =NuuY -----END PGP SIGNATURE----- Merge tag '0.6.3' into develop Release 0.6.3 Update and add translations from Weblate
This commit is contained in:
commit
e78075e4c5
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
2020-02-22 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Update translations
|
||||||
|
|
||||||
2018-05-12 Jan Dittberner <jan@dittberner.info>
|
2018-05-12 Jan Dittberner <jan@dittberner.info>
|
||||||
* add patch by Paul Wise to provide Repology information links
|
* add patch by Paul Wise to provide Repology information links
|
||||||
* Update translations
|
* Update translations
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Debian Member Portfolio Service setup
|
# Debian Member Portfolio Service setup
|
||||||
# Copyright © 2009-2018 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of the Debian Member Portfolio Service.
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
#
|
#
|
||||||
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='debianmemberportfolio',
|
name='debianmemberportfolio',
|
||||||
version='0.6.2',
|
version='0.6.3',
|
||||||
description='service to create Debian Member Portfolio URLs',
|
description='service to create Debian Member Portfolio URLs',
|
||||||
long_description="""This is a service implementation that returns a set of
|
long_description="""This is a service implementation that returns a set of
|
||||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||||
|
|
Loading…
Reference in a new issue