Skip to content

Commit 0b827cc

Browse files
committed
version: update changelog and bump version to v0.3.0
1 parent 99ee908 commit 0b827cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.3.0]
4+
- Update routes to conform with MarkUs version 2.0+ (#35)
5+
- Fixed bug where request errors were being hidden by json parsing errors (#34)
6+
37
## [v0.2.1]
48
- Added new methods for managing starter files (#29)
59

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
setuptools.setup(
77
name="markusapi",
8-
version="0.2.1",
9-
author="Alessio Di Sandro, Misha Schwartz",
8+
version="0.3.0",
9+
author="Alessio Di Sandro, Misha Schwartz, Sam Maldonado",
1010
author_email="[email protected]",
1111
description="Interface to interact with MarkUs API",
1212
long_description=long_description,

0 commit comments

Comments
 (0)