Skip to content

Commit

Permalink
4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyquerty committed Jan 21, 2021
1 parent 8c4e085 commit b797d9a
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 106 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ __pycache__/
pypresence/__pycache__/
test.py
.mypy_cache/
*.egg-info/
Binary file removed dist/pypresence-1.0.1.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-1.0.2.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-1.0.3.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-1.0.4.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-1.0.7.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-1.0.9.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-1.1.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-2.0.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-2.0.2.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-2.1.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-2.1.1.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.0.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.1.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.1.1.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.2.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.2.1.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.2.2.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.3.0.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-3.3.1.tar.gz
Binary file not shown.
Binary file removed dist/pypresence-4.0.0.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions docs/sphinx/doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Client()
:param str join: unique hashed string for chat invitations and ask to join
:param str spectate: unique hashed string for spectate button
:param str match: unique hashed string for spectate and join
:param list buttons: list of dicts for buttons on your profile in the format ``[{"label": "My Website", "url": "https://qtqt.cf"}, ...]``, can list up to two buttons
:param bool instance: marks the match as a game session with a specific beginning and end
:rtype: pypresence.Response

Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/doc/presence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Presence()
:param str join: unique hashed string for chat invitations and ask to join
:param str spectate: unique hashed string for spectate button
:param str match: unique hashed string for spectate and join
:param list buttons: list of dicts for buttons on your profile in the format ``[{"label": "My Website", "url": "https://qtqt.cf"}, ...]``, can list up to two buttons
:param bool instance: marks the match as a game session with a specific beginning and end
:rtype: pypresence.Response

Expand Down
89 changes: 0 additions & 89 deletions pypresence.egg-info/PKG-INFO

This file was deleted.

15 changes: 0 additions & 15 deletions pypresence.egg-info/SOURCES.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pypresence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
__author__ = 'qwertyquerty'
__copyright__ = 'Copyright 2018 qwertyquerty'
__license__ = 'MIT'
__version__ = '3.1.4'
__version__ = '4.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(name='pypresence',
author='qwertyquerty',
url='https://github.com/qwertyquerty/pypresence',
version='4.0.0',
version='4.1.0',
packages=['pypresence'],
python_requires='>=3.5',
platforms=['Windows', 'Linux', 'OSX'],
Expand Down

0 comments on commit b797d9a

Please sign in to comment.