This repository was archived by the owner on Nov 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33## Table of Contents
44
5+ - [ v2.2.11] ( #v2211 )
56- [ v2.2.10] ( #v2210 )
67- [ v2.2.7] ( #v227 )
78- [ v2.2.6] ( #v226 )
1718- [ v2.0.0] ( #v200 )
1819- [ v0.1.0] ( #v010 )
1920
21+ ## v2.2.11
22+
23+ - Fix: Include README in setup.py config
24+
25+
2026## v2.2.10
2127
2228- Fix: User-Agent format
2329- Fix: Version update messages and README
2430
31+
2532## v2.2.7
2633
2734- Enhancement: Add User-Agent to API requests
Original file line number Diff line number Diff line change 1818OVPN_FILE = os .path .join (CONFIG_DIR , "connect.ovpn" )
1919PASSFILE = os .path .join (CONFIG_DIR , "pvpnpass" )
2020CLIENT_SUFFIX = "plc" # ProtonVPN Linux Community
21- VERSION = "2.2.10 "
21+ VERSION = "2.2.11 "
Original file line number Diff line number Diff line change 2929 entry_points = {
3030 "console_scripts" : ["protonvpn = protonvpn_cli.cli:main" ]
3131 },
32+ include_package_data = True ,
3233 version = version ,
3334 description = "Linux command-line client for ProtonVPN" ,
3435 long_description = long_descr ,
36+ long_description_content_type = "text/markdown" ,
3537 author = "Proton Technologies AG" ,
3638 author_email = "contact@protonvpn.com" ,
3739 license = "GPLv3" ,
You can’t perform that action at this time.
0 commit comments