Skip to content

Commit 8589f30

Browse files
author
Hiram Foster
committed
0.4.0 release
1 parent 64655a2 commit 8589f30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.4.0 - 2019-09-06
5+
### Added
6+
- Can now use a difference base url instead of 'api' using a new argument 'base'
7+
### Changed
8+
- Authentication of api key context is improved and should be faster
9+
410
## 0.3.2 - 2019-07-11
511
### Added
612
- Authenticates by calling to `/company`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='prevedere-api',
8-
version='0.3.2',
8+
version='0.4.0',
99
author="Prevedere, Inc.",
1010
author_email="[email protected]",
1111
description="API interface for Prevedere Inc. in Python 3.6+",

0 commit comments

Comments
 (0)