Skip to content

Commit

Permalink
changelog and readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Jul 22, 2020
1 parent 9238c47 commit 087d929
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
All notable changes to this project will be documented in this file.


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

## [4.0.3] - 4/17/20
### Fixed
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Contributing
Special thanks to this project's contributors ❤️

- `4JR`_
- `golbu`_
- `kawaii banana`_
- `kjkui`_
- `Kyber`_
Expand All @@ -97,3 +98,4 @@ If you want to contribute, whether it be a bug fix or new feature, make sure to
.. _Papiersnipper: https://github.com/robinmahieu
.. _Pollen: https://github.com/pollen5
.. _kawaii banana: https://github.com/bananaboy21
.. _golbu: https://github.com/0dminnimda
2 changes: 1 addition & 1 deletion brawlstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
############


__version__ = 'v4.0.3'
__version__ = 'v4.0.4'
__title__ = 'brawlstats'
__license__ = 'MIT'
__author__ = 'SharpBit'
Expand Down

0 comments on commit 087d929

Please sign in to comment.