Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 33057a8

Browse files
authored
Merge pull request #2 from ncr4/v2.0.0-bump
Bump to v2.0.0
2 parents e66ddda + 741572d commit 33057a8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== v2.0.0 (2020-04-17)
2+
3+
* Updated naming scheme of all classes and functions to match other client libraries (breaking change)
4+
15
=== v1.0.0 (2020-04-04)
26

37
* Initial release

setup.py

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

1010
setuptools.setup(
1111
name='tuneuptechnology',
12-
version='1.0.0',
12+
version='2.0.0',
1313
description='The Python client library for the Tuneup Technology App.',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

tuneuptechnology/client.py

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

44
class Client():
55
"""The client class builds the API request and is used throughout the library"""
6-
VERSION = '1.0.0'
6+
VERSION = '2.0.0'
77
API_BASE_URL = "https://app.tuneuptechnology.com/api/"
88

99
@classmethod

0 commit comments

Comments
 (0)