Skip to content

Commit 86e14ac

Browse files
committed
Update version 0.12.4 -> 0.12.5
1 parent 603365c commit 86e14ac

File tree

2 files changed

+43
-39
lines changed

2 files changed

+43
-39
lines changed

CHANGELOG.md

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,137 @@
1+
## 0.12.5 / 2022-10-13
2+
3+
- Compatible import - @Tilo-K
4+
15
## 0.12.4 / 2020-02-07
26

3-
* Add character and item relations to LogHeal - @jgrinaveckis
7+
- Add character and item relations to LogHeal - @jgrinaveckis
48

59
## 0.12.3 / 2020-01-09
610

7-
* Fix PingQuality capitalization - @Koyah
11+
- Fix PingQuality capitalization - @Koyah
812

913
## 0.12.2 / 2019-10-23
1014

11-
* Sync with V15.2.0 - @glmn
15+
- Sync with V15.2.0 - @glmn
1216

1317
## 0.12.1 / 2019-10-04
1418

15-
* Sync with V15.0.0 - @glmn
16-
* Add weapon mastery endpoint - @glmn
19+
- Sync with V15.0.0 - @glmn
20+
- Add weapon mastery endpoint - @glmn
1721

1822
## 0.12.0 / 2019-09-25
1923

20-
* Sync with V14.2.0 - @glmn
24+
- Sync with V14.2.0 - @glmn
2125

2226
## 0.11.5 / 2019-09-16
2327

24-
* Sync with API known issues - @glmn
28+
- Sync with API known issues - @glmn
2529

2630
## 0.11.4 / 2019-09-16
2731

28-
* Add unit tests - @glmn
32+
- Add unit tests - @glmn
2933

3034
## 0.11.3 / 2019-09-10
3135

32-
* Fix release workflow - @glmn
36+
- Fix release workflow - @glmn
3337

3438
## 0.11.2 / 2019-09-10
3539

36-
* User proper BASE_URL - @glmn
40+
- User proper BASE_URL - @glmn
3741

3842
## 0.11.1 / 2019-09-07
3943

40-
* Fix exception kwargs - @glmn
44+
- Fix exception kwargs - @glmn
4145

4246
## 0.11.0 / 2019-09-02
4347

44-
* Add ratelimit context to RateLimitError instance (rl_limit, rl_reset)
48+
- Add ratelimit context to RateLimitError instance (rl_limit, rl_reset)
4549

4650
## 0.10.1 / 2019-09-02
4751

48-
* Fix deserialization for nested items
52+
- Fix deserialization for nested items
4953

5054
## 0.10.0 / 2019-09-02
5155

52-
* Sync domain classes/telemetry data with latest API changes (synced with V14.1.0)
56+
- Sync domain classes/telemetry data with latest API changes (synced with V14.1.0)
5357

5458
## 0.9.0 / 2019-09-01
5559

56-
* Add leaderboards support
60+
- Add leaderboards support
5761

5862
## 0.8.2 / 2019-09-01
5963

60-
* Fix attributes for season stats (solo, solo_fpp, duo, duo_fpp, squad, squad_fpp)
64+
- Fix attributes for season stats (solo, solo_fpp, duo, duo_fpp, squad, squad_fpp)
6165

6266
## 0.8.1 / 2019-09-01
6367

64-
* Fix dict/list relationship lookup
68+
- Fix dict/list relationship lookup
6569

6670
## 0.8.0 / 2019-09-01
6771

68-
* Add seasons support - @ramonsaraiva / @edvoinea
72+
- Add seasons support - @ramonsaraiva / @edvoinea
6973

7074
## 0.7.0 / 2019-08-29
7175

72-
* Beta version and classifiers update
76+
- Beta version and classifiers update
7377

7478
## 0.6.3 / 2019-08-28
7579

76-
* Update/add telemetry events - @zmagajna
80+
- Update/add telemetry events - @zmagajna
7781

7882
## 0.6.2 / 2019-08-13
7983

80-
* Add damage_causer_name in LogPlayerKill event - @junhan-z
84+
- Add damage_causer_name in LogPlayerKill event - @junhan-z
8185

8286
## 0.6.1 / 2019-07-10
8387

84-
* Add LogItemPickupFromCarepackage - @jandaluz1
88+
- Add LogItemPickupFromCarepackage - @jandaluz1
8589

8690
## 0.6.0 / 2019-05-06
8791

88-
* Update parachute landing telemetry event - @jandaluz1
89-
* Add region independent shards - @divomen
92+
- Update parachute landing telemetry event - @jandaluz1
93+
- Add region independent shards - @divomen
9094

9195
## 0.5.0 / 2019-01-02
9296

93-
* Add new telemetry events - @dzen
97+
- Add new telemetry events - @dzen
9498

9599
## 0.4.1 / 2018-09-18
96100

97-
* Add `long_description` to `setup.py` so PyPI is aware of it
101+
- Add `long_description` to `setup.py` so PyPI is aware of it
98102

99103
## 0.4.0 / 2018-07-15
100104

101-
* Add tournaments endpoint
105+
- Add tournaments endpoint
102106

103107
## 0.3.4 / 2018-07-14
104108

105-
* Add blue zone custom options telemetry object
109+
- Add blue zone custom options telemetry object
106110

107-
* Add missing attributes from V1.2.0, V1.3.0, V1.4.0
111+
- Add missing attributes from V1.2.0, V1.3.0, V1.4.0
108112

109-
* Remove deprecated data from V2.0.0
113+
- Remove deprecated data from V2.0.0
110114

111115
## 0.3.3 / 2018-07-11
112116

113-
* Remove _V key from V2.0.0 - @wookienz
117+
- Remove \_V key from V2.0.0 - @wookienz
114118

115-
* Add implementation of new telemetry events - @Tetraquark
119+
- Add implementation of new telemetry events - @Tetraquark
116120

117121
## 0.3.1 / 2018-06-09
118122

119-
* Add timeout to requests - @vgustov
123+
- Add timeout to requests - @vgustov
120124

121125
## 0.3.0 / 2018-06-07
122126

123-
* Add is_custom to Match - @vgustov
127+
- Add is_custom to Match - @vgustov
124128

125-
* Add latest telemetry events - @fatihsucu
129+
- Add latest telemetry events - @fatihsucu
126130

127131
## 0.2.12 / 2018-05-07
128132

129-
* Fix typo in LogPlayerAttack - @adamgeraldy
133+
- Fix typo in LogPlayerAttack - @adamgeraldy
130134

131-
* Add Russia region - @vgustov
135+
- Add Russia region - @vgustov
132136

133-
* Add helper method to load local telemetry files
137+
- Add helper method to load local telemetry files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='pubg-python',
14-
version='0.12.4',
14+
version='0.12.5',
1515
description='A python wrapper for the PUBG developer API',
1616
long_description=read('README.md'),
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)