Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from aviolaris/1.0.x
Browse files Browse the repository at this point in the history
1.0.x
  • Loading branch information
aviolaris authored Mar 19, 2024
2 parents f7205f7 + cc5a713 commit 7b0456c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 🛑 This project is archived 🛑

As of March 1, 2024, the NordVPN API endpoints utilized in this project have been discontinued, rendering this project non-functional. This decision was made by NordVPN as part of its ongoing efforts to enhance infrastructure and improve security measures. [Show more...](https://support.nordvpn.com/hc/en-us/articles/21586950310801-Discontinuation-of-the-legacy-API-endpoints-on-NordVPN)

# NordVPN Tray

### A cross-platform system tray application for interacting with Nord VPN.
Expand Down Expand Up @@ -76,4 +80,4 @@ Pull requests and issues are welcome.

This project is licensed under the GNU General Public License v3.0.

See the [LICENSE](https://github.com/aviolaris/nordvpn-tray/blob/master/LICENSE) file for details.
See the [LICENSE](https://github.com/aviolaris/nordvpn-tray/blob/main/LICENSE) file for details.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ country_converter==1.2
Pillow==10.2.0
pystray==0.19.5
requests==2.31.0
setuptools==69.1.1
setuptools==69.2.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='nordvpn-tray',
version='1.0.11',
version='1.0.12',
packages=find_namespace_packages(where="src"),
package_dir={"": "src"},
package_data={
Expand All @@ -49,7 +49,7 @@
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 7 - Inactive',
'Intended Audience :: End Users/Desktop',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
Expand Down

0 comments on commit 7b0456c

Please sign in to comment.