Add changelog and bump version to v0.2.0

This commit is contained in:
2022-01-09 21:13:50 +01:00
parent 08ee4bd6a3
commit 509a2c4797
4 changed files with 61 additions and 4 deletions

View File

@ -13,8 +13,8 @@ from discord_reminder_bot.main import calc_countdown, send_to_discord
def test_version():
"""Check if version is 0.1.0."""
assert __version__ == "0.1.0"
"""Check if version is 0.2.0."""
assert __version__ == "0.2.0"
class TestClass: