Skip to content

Commit ec6b7c4

Browse files
author
Alexandru Cheltuitor
committed
Update changelog and bump version
1 parent 75a9101 commit ec6b7c4

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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 <[email protected]>
22
pkgname=python-proton-client
3-
pkgver=0.4.1
3+
pkgver=0.5.0
44
pkgrel=1
55
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
66
arch=("any")

debian/changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
proton-python-client (0.4.1-1) unstable; urgency=medium
1+
proton-python-client (0.5.0-1) unstable; urgency=medium
2+
3+
* Add new exceptions
4+
* Throw custom exceptions in case of network errors, abstracting from the package that is being used for requests
5+
6+
-- Proton Technologies AG <[email protected]> Fri, 30 Apr 2021 18:15:00 +0100
7+
8+
proton-python-client (0.4.1-1) unstable; urgency=medium
29

310
* Add long description to setup.py
411

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.4.1"
2+
VERSION = "0.5.0"
33
DEFAULT_TIMEOUT = (10, 30)
44
PUBKEY_HASH_DICT = {
55
"api.protonvpn.ch": [

rpmbuild/SPECS/python3-proton-client.spec

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

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

5050
%changelog
51+
* Wed Apr 21 2021 Proton Technologies AG <[email protected]> 0.5.0-1
52+
- Add new exceptions
53+
- Throw custom exceptions in case of network errors, abstracting from the package that is being used for requests
54+
5155
* Wed Apr 21 2021 Proton Technologies AG <[email protected]> 0.4.1-1
5256
- Add long description to setup.py
5357

0 commit comments

Comments
 (0)