Skip to content

Commit

Permalink
version: update changelog and bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Feb 3, 2022
1 parent 99ee908 commit 0b827cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.3.0]
- Update routes to conform with MarkUs version 2.0+ (#35)
- Fixed bug where request errors were being hidden by json parsing errors (#34)

## [v0.2.1]
- Added new methods for managing starter files (#29)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

setuptools.setup(
name="markusapi",
version="0.2.1",
author="Alessio Di Sandro, Misha Schwartz",
version="0.3.0",
author="Alessio Di Sandro, Misha Schwartz, Sam Maldonado",
author_email="[email protected]",
description="Interface to interact with MarkUs API",
long_description=long_description,
Expand Down

0 comments on commit 0b827cc

Please sign in to comment.