Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorsk1 committed Apr 19, 2021
1 parent 3cc2e92 commit 97a3868
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### New Features
#### Docs

* Improve typing
* Document snooker.org class ([#8](https://github.com/mgorsk1/snooker/issues/8))

Full set of changes: [`0.3.0...0.4.0`](https://github.com/mgorsk1/snooker/compare/0.3.0...0.4.0)
Full set of changes: [`0.4.0...0.5.0`](https://github.com/mgorsk1/snooker/compare/0.4.0...0.5.0)

8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# History of changes

## 0.5.0 (2021-04-19)

#### Docs

* Document snooker.org class ([#8](https://github.com/mgorsk1/snooker/issues/8))

Full set of changes: [`0.4.0...0.5.0`](https://github.com/mgorsk1/snooker/compare/0.4.0...0.5.0)

## 0.4.0 (2021-04-16)

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

__version__ = '0.4.0'
__version__ = '0.5.0'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
readme_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.md')
Expand Down

0 comments on commit 97a3868

Please sign in to comment.