diff --git a/arch/PKGBUILD b/arch/PKGBUILD index c0c07d7..c026d6b 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Proton Technologies AG pkgname=python-proton-client -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Safely login with ProtonVPN credentials to connect to Proton." arch=("any") diff --git a/debian/changelog b/debian/changelog index ca961ce..3b61708 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -proton-python-client (0.4.0-1) unstable; urgency=medium +proton-python-client (0.4.1-1) unstable; urgency=medium + + * Add long description to setup.py + + -- Proton Technologies AG Wed, 21 Apr 2021 13:45:00 +0100 + + proton-python-client (0.4.0-1) unstable; urgency=medium * Add proxy support * Verify fingerprint of signer key diff --git a/rpmbuild/SPECS/python3-proton-client.spec b/rpmbuild/SPECS/python3-proton-client.spec index 1080767..36708f0 100644 --- a/rpmbuild/SPECS/python3-proton-client.spec +++ b/rpmbuild/SPECS/python3-proton-client.spec @@ -1,5 +1,5 @@ %define unmangled_name proton-client -%define version 0.4.0 +%define version 0.4.1 %define release 1 Prefix: %{_prefix} @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Wed Apr 21 2021 Proton Technologies AG 0.4.1-1 +- Add long description to setup.py + * Mon Apr 19 2021 Proton Technologies AG 0.4.0-1 - Add proxy support - Verify fingerprint of signer key