Skip to content

Commit 67425a5

Browse files
author
Alexandru Cheltuitor
committed
Update changelog and bump version
1 parent d34edb5 commit 67425a5

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
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.5.0
3+
pkgver=0.5.1
44
pkgrel=1
55
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
66
arch=("any")

debian/changelog

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1+
proton-python-client (0.5.1-1) unstable; urgency=medium
2+
3+
* Add new exceptions for improved case handling
4+
5+
-- Proton Technologies AG <opensource@proton.me> Mon, 24 May 2021 11:30:00 +0100
6+
17
proton-python-client (0.5.0-1) unstable; urgency=medium
28

39
* Add new exceptions
410
* Throw custom exceptions in case of network errors, abstracting from the package that is being used for requests
511

612
-- Proton Technologies AG <opensource@proton.me> Fri, 30 Apr 2021 18:15:00 +0100
713

8-
proton-python-client (0.4.1-1) unstable; urgency=medium
14+
proton-python-client (0.4.1-1) unstable; urgency=medium
915

1016
* Add long description to setup.py
1117

1218
-- Proton Technologies AG <opensource@proton.me> Wed, 21 Apr 2021 13:45:00 +0100
1319

14-
proton-python-client (0.4.0-1) unstable; urgency=medium
20+
proton-python-client (0.4.0-1) unstable; urgency=medium
1521

1622
* Add proxy support
1723
* Verify fingerprint of signer key
1824

1925
-- Proton Technologies AG <opensource@proton.me> Mon, 19 Apr 2021 10:50:00 +0100
2026

21-
proton-python-client (0.3.0-1) unstable; urgency=medium
27+
proton-python-client (0.3.0-1) unstable; urgency=medium
2228

2329
* Set flags to BNs in the openssl implementation using BN_set_flags and BN_FLAG_CONSTTIME
2430

2531
-- Proton Technologies AG <opensource@proton.me> Wed, 27 Jan 2021 12:12:23 +0000
2632

27-
proton-python-client (0.2.0-3) unstable; urgency=medium
33+
proton-python-client (0.2.0-3) unstable; urgency=medium
2834

2935
* Bugfix: Invalid modulus
3036
* Bugfix: Invalid salt

proton/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION = "0.5.0"
2+
VERSION = "0.5.1"
33
DEFAULT_TIMEOUT = (10, 30)
44
PUBKEY_HASH_DICT = {
55
"api.protonvpn.ch": [

rpmbuild/SPECS/python3-proton-client.spec

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

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

5050
%changelog
51-
* Wed Apr 21 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1
51+
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-1
52+
- Add new exceptions for improved case handling
53+
54+
* Fri Apr 30 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1
5255
- Add new exceptions
5356
- Throw custom exceptions in case of network errors, abstracting from the package that is being used for requests
5457

0 commit comments

Comments
 (0)