Skip to content

Commit

Permalink
release v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasthaler committed Mar 31, 2024
1 parent 982df55 commit a1e4518
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""

__version__ = "3.4.0"
__version__ = "3.4.1"

from .abc import BasePlayer, BaseClan
from .clans import RankedClan, Clan
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = 'coc'
copyright = '2022, mathsman5133'
author = 'mathsman5133'
release = '3.4.0'
release = '3.4.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
10 changes: 9 additions & 1 deletion docs/miscellaneous/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ Changelog
This page keeps a fairly detailed, human readable version
of what has changed, and whats new for each version of the lib.

v3.4.1
------

Additions:
~~~~~~~~~~
- added the missing achievements to :class:`coc.ACHIEVEMENT_ORDER`
- updated static data to reflect the March 26th balance patch

v3.4.0
------

Additions:
~~~~~~~~~~
- added the new Fireball equipment to `coc.EQUIPMENT`
- added the new Fireball equipment to :class:`coc.EQUIPMENT`

Bugs Fixed:
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "coc.py"
authors = [{ name = "mathsman5133" }]
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" },
{ name = "lukasthaler"}, { name = "doluk"}]
version = "3.4.0"
version = "3.4.1"
description = "A python wrapper for the Clash of Clans API"
requires-python = ">=3.7.3"
readme = "README.rst"
Expand Down

0 comments on commit a1e4518

Please sign in to comment.