Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 2c76099

Browse files
author
Stewart Polley
committed
Update version and change log
1 parent 07a9f96 commit 2c76099

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
###VERSION 1.3.3
1+
### VERSION 1.4.1
2+
- Fixed Refresh Token function (thanks @featherbear)
3+
4+
### VERSION 1.3.3
25
- Updated to latest version of requests
36

4-
###VERSION 1.3.2
7+
### VERSION 1.3.2
58
- Added the changelog
69
- Fixed 'data' is not defined` bug caused by adding Python 3 support.
710

8-
###VERSION 1.3.1
11+
### VERSION 1.3.1
912
- Fixed to (hopefully) work with Python 3

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name="ElvantoAPI",
5-
version='1.3.3.3',
5+
version='1.4.1',
66
description='Python API Wrapper for Elvanto Systems',
77
url='https://github.com/elvanto/api-py',
88
author='Elvanto',
@@ -11,4 +11,4 @@
1111
install_requires=[
1212
'requests'
1313
],
14-
zip_safe=False)
14+
zip_safe=False)

0 commit comments

Comments
 (0)