Skip to content

Commit 087d929

Browse files
committed
changelog and readme and version bump
1 parent 9238c47 commit 087d929

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
All notable changes to this project will be documented in this file.
33

44

5-
## [Unnoun yet] - 6/27/20
5+
## [4.0.4] - 7/22/20
66
### Added
77
- `get_brawlers` function to get available brawlers
88
### Changed
9-
- splitting `BaseBox` into `BaseBox` and `BaseBoxList` for convenience
10-
### Fixed
11-
- tox for py38 works (not completely sure)
9+
- Split `BaseBox` into `BaseBox` and `BaseBoxList` for convenience
1210

1311
## [4.0.3] - 4/17/20
1412
### Fixed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Contributing
7373
Special thanks to this project's contributors ❤️
7474

7575
- `4JR`_
76+
- `golbu`_
7677
- `kawaii banana`_
7778
- `kjkui`_
7879
- `Kyber`_
@@ -97,3 +98,4 @@ If you want to contribute, whether it be a bug fix or new feature, make sure to
9798
.. _Papiersnipper: https://github.com/robinmahieu
9899
.. _Pollen: https://github.com/pollen5
99100
.. _kawaii banana: https://github.com/bananaboy21
101+
.. _golbu: https://github.com/0dminnimda

brawlstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
############
88

99

10-
__version__ = 'v4.0.3'
10+
__version__ = 'v4.0.4'
1111
__title__ = 'brawlstats'
1212
__license__ = 'MIT'
1313
__author__ = 'SharpBit'

0 commit comments

Comments
 (0)