diff --git a/MANIFEST.in b/MANIFEST.in index 449e0ce..8e0e676 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE include *.txt +include *.md recursive-include proton *.py recursive-include proton *.rst diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 7b2043e..12e70b8 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Proton Technologies AG pkgname=python-proton-client pkgver=0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Safely login with ProtonVPN credentials to connect to Proton." arch=("any") url="https://github.com/ProtonMail/proton-python-client" diff --git a/debian/changelog b/debian/changelog index 4c73c35..27a3c57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -proton-python-client (0.5.1-1) unstable; urgency=medium +proton-python-client (0.5.1-2) unstable; urgency=medium * Add new exceptions for improved case handling diff --git a/rpmbuild/SPECS/python3-proton-client.spec b/rpmbuild/SPECS/python3-proton-client.spec index e6bf4b0..68dd62b 100644 --- a/rpmbuild/SPECS/python3-proton-client.spec +++ b/rpmbuild/SPECS/python3-proton-client.spec @@ -1,6 +1,6 @@ %define unmangled_name proton-client %define version 0.5.1 -%define release 1 +%define release 2 Prefix: %{_prefix} @@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog -* Mon May 24 2021 Proton Technologies AG 0.5.1-1 +* Mon May 24 2021 Proton Technologies AG 0.5.1-2 - Add new exceptions for improved case handling * Fri Apr 30 2021 Proton Technologies AG 0.5.0-1