From 06dae58c204537cae37641b67b0e5d0de4e67bd7 Mon Sep 17 00:00:00 2001 From: Dane Hillard Date: Mon, 5 Aug 2019 13:17:28 -0400 Subject: [PATCH] Bump version for v4.1.0 release (#84) --- CHANGELOG.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912a92a..a818cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.1.0] - 2019-08-05 ### Added - Ability to run linting and build docs using `tox` - Ability to access raw response object when making a call using `return_raw_response_object=True`. diff --git a/setup.cfg b/setup.cfg index 75a591d..ca73e94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = apiron -version = 4.0.0 +version = 4.1.0 description = apiron helps you cook a tasty client for RESTful APIs. Just don't wash it with SOAP. author = Ithaka Harbors, Inc. author_email = grp_ithaka_apiron@ithaka.org