Skip to content

Commit 1b8c044

Browse files
authored
Merge pull request #261 from mathsman5133/fix/army-ids
fix: super hog army id key
2 parents 54f2b24 + 76ac0c3 commit 1b8c044

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "3.8.3"
25+
__version__ = "3.8.4"
2626

2727
from .abc import BasePlayer, BaseClan
2828
from .clans import RankedClan, Clan

coc/static/troop_ids.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"Super Minion": "84",
4141
"Electro Titan": "95",
4242
"Apprentice Warden": "97",
43-
"Super Hog": "98",
43+
"Super Hog Rider": "98",
4444
"Root Rider": "110",
4545
"Druid" : "123",
4646
"Thrower" : "132",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = 'coc'
1616
copyright = '2022, mathsman5133'
1717
author = 'mathsman5133'
18-
release = '3.8.3'
18+
release = '3.8.4'
1919

2020

2121
# -- General configuration ---------------------------------------------------

docs/miscellaneous/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ Changelog
77
This page keeps a fairly detailed, human readable version
88
of what has changed, and whats new for each version of the lib.
99

10+
v3.8.4
11+
------
12+
13+
Bugs Fixed:
14+
~~~~~~~~~~~
15+
- Fixed a bug in army ids where "Super Hog Rider" was defined as "Super Hog"
16+
1017
v3.8.3
1118
------
1219

1320
Bugs Fixed:
1421
~~~~~~~~~~~
15-
- Fixed a bug in serveral war related endpoints that passed realtime twice to the http client.
22+
- Fixed a bug in several war related endpoints that passed realtime twice to the http client.
1623

1724
v3.8.2
1825
------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "coc.py"
77
authors = [{ name = "mathsman5133" }]
88
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" },
99
{ name = "lukasthaler"}, { name = "doluk"}]
10-
version = "3.8.3"
10+
version = "3.8.4"
1111
description = "A python wrapper for the Clash of Clans API"
1212
requires-python = ">=3.7.3"
1313
readme = "README.rst"

0 commit comments

Comments
 (0)