Skip to content

Commit eba8b0e

Browse files
Merge pull request #18 from solvexia/release-1.2
create the new version of the sdk
2 parents d8cf24c + 8f7017a commit eba8b0e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.0
4+
- Added support for user and usergroup APIs
5+
- Added support of scopes
6+
- Fixed typos and formatting issues in README
7+
38
## 1.1.1
49
- Fix file upload by chunks method to use the right sequence of parameters.
510

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="solvexia_sdk",
8-
version="1.1.1",
8+
version="1.2.0",
99
author="SolveXia Pty Ltd",
1010
author_email="support@solvexia.com",
1111
description="A development kit written in Python to access and work with SolveXia resources",

0 commit comments

Comments
 (0)