We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8cf24c + 8f7017a commit eba8b0eCopy full SHA for eba8b0e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 1.1.1
9
- Fix file upload by chunks method to use the right sequence of parameters.
10
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="solvexia_sdk",
- version="1.1.1",
+ version="1.2.0",
author="SolveXia Pty Ltd",
author_email="support@solvexia.com",
11
description="A development kit written in Python to access and work with SolveXia resources",
0 commit comments