We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ad249 commit 0644479Copy full SHA for 0644479
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.11.5 / 2019-09-16
2
+
3
+* Sync with API known issues - @glmn
4
5
## 0.11.4 / 2019-09-16
6
7
* Add unit tests - @glmn
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='pubg-python',
14
- version='0.11.4',
+ version='0.11.5',
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