We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48928f1 commit 12ffd9bCopy full SHA for 12ffd9b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.12.1 / 2019-10-04
2
+
3
+* Sync with V15.0.0 - @glmn
4
+* Add weapon mastery endpoint - @glmn
5
6
## 0.12.0 / 2019-09-25
7
8
* Sync with V14.2.0 - @glmn
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='pubg-python',
14
- version='0.12.0',
+ version='0.12.1',
15
description='A python wrapper for the PUBG developer API',
16
long_description=read('README.md'),
17
long_description_content_type='text/markdown',
0 commit comments