From 0b827cc245da490108ea6f9bbb0979d8c61ef983 Mon Sep 17 00:00:00 2001 From: mishaschwartz Date: Thu, 3 Feb 2022 12:37:28 -0500 Subject: [PATCH] version: update changelog and bump version to v0.3.0 --- Changelog.md | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 61343af..1eb355f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/setup.py b/setup.py index 7861fb8..6a9d5be 100644 --- a/setup.py +++ b/setup.py @@ -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="mschwa@cs.toronto.edu", description="Interface to interact with MarkUs API", long_description=long_description,