Skip to content

Commit 93293be

Browse files
Change version number to 2.1.2 + Prepare for package rename.
1 parent dc141fd commit 93293be

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Welcome to Qualisys SDK for Python's documentation!
22
===================================================
33

4-
This document describes the Qualisys SDK for Python version 2.1.1
4+
This document describes the Qualisys SDK for Python version 2.1.2
55

66
**NOTE:** Version 2.0.0 introduces breaking changes. :ref:`More info...<deprecated_version>`
77

requirements-dev.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
black==18.6b4
2-
pylint==2.1.1
3-
pytest==3.8.0
4-
pytest-asyncio==0.9.0
5-
pytest-mock==1.10.0
6-
rope==0.11.0
7-
sphinx==1.8.0
8-
sphinxcontrib-asyncio==0.2.0
9-
lxml==4.9.1
1+
black==23.3.0
2+
pylint==2.17.4
3+
pytest==7.3.1
4+
pytest-asyncio==0.21.0
5+
pytest-mock==3.10.0
6+
rope==1.8.0
7+
sphinx==5.3.0
8+
sphinxcontrib-asyncio==0.3.0
9+
lxml==4.9.2

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
from setuptools import setup
22

3-
version = "2.1.1"
3+
version = "2.1.2"
44

55
setup(
66
name="qtm",
77
version=version,
8-
description="QTM Python SDK",
8+
description="DEPRECATED",
9+
long_description="Future versions of this package will go under the name \"qtm-rt\".",
910
url="https://github.com/qualisys/qualisys_python_sdk",
1011
download_url="https://github.com/qualisys/qualisys_python_sdk/tarball/{}".format(
1112
version

0 commit comments

Comments
 (0)