Skip to content

Commit cfb98e2

Browse files
author
Alexandru Cheltuitor
committedApr 21, 2021
Update changelog and bump version
1 parent 0659342 commit cfb98e2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎arch/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Proton Technologies AG <opensource@proton.me>
22
pkgname=python-proton-client
3-
pkgver=0.4.0
3+
pkgver=0.4.1
44
pkgrel=1
55
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
66
arch=("any")

‎debian/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
proton-python-client (0.4.0-1) unstable; urgency=medium
1+
proton-python-client (0.4.1-1) unstable; urgency=medium
2+
3+
* Add long description to setup.py
4+
5+
-- Proton Technologies AG <opensource@proton.me> Wed, 21 Apr 2021 13:45:00 +0100
6+
7+
proton-python-client (0.4.0-1) unstable; urgency=medium
28

39
* Add proxy support
410
* Verify fingerprint of signer key

‎rpmbuild/SPECS/python3-proton-client.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define unmangled_name proton-client
2-
%define version 0.4.0
2+
%define version 0.4.1
33
%define release 1
44

55
Prefix: %{_prefix}
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
4848
%defattr(-,root,root)
4949

5050
%changelog
51+
* Wed Apr 21 2021 Proton Technologies AG <opensource@proton.me> 0.4.1-1
52+
- Add long description to setup.py
53+
5154
* Mon Apr 19 2021 Proton Technologies AG <opensource@proton.me> 0.4.0-1
5255
- Add proxy support
5356
- Verify fingerprint of signer key

0 commit comments

Comments
 (0)
Please sign in to comment.