Skip to content

Commit 0ca13cd

Browse files
author
Alexandru Cheltuitor
committed
Include documentation in manifest and update rel version
1 parent e288eeb commit 0ca13cd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include LICENSE
22
include *.txt
3+
include *.md
34
recursive-include proton *.py
45
recursive-include proton *.rst

arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Proton Technologies AG <opensource@proton.me>
22
pkgname=python-proton-client
33
pkgver=0.5.1
4-
pkgrel=1
4+
pkgrel=2
55
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
66
arch=("any")
77
url="https://github.com/ProtonMail/proton-python-client"

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
proton-python-client (0.5.1-1) unstable; urgency=medium
1+
proton-python-client (0.5.1-2) unstable; urgency=medium
22

33
* Add new exceptions for improved case handling
44

rpmbuild/SPECS/python3-proton-client.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define unmangled_name proton-client
22
%define version 0.5.1
3-
%define release 1
3+
%define release 2
44

55
Prefix: %{_prefix}
66

@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
4848
%defattr(-,root,root)
4949

5050
%changelog
51-
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-1
51+
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-2
5252
- Add new exceptions for improved case handling
5353

5454
* Fri Apr 30 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1

0 commit comments

Comments
 (0)