From 93293be1c5f377d4b2f518b34a162d9ded78ae4f Mon Sep 17 00:00:00 2001 From: Henrik Norgren Date: Thu, 8 Jun 2023 17:24:48 +0200 Subject: [PATCH] Change version number to 2.1.2 + Prepare for package rename. --- docs/index.rst | 2 +- requirements-dev.txt | 18 +++++++++--------- setup.py | 5 +++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 941d557..b110f8a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Welcome to Qualisys SDK for Python's documentation! =================================================== -This document describes the Qualisys SDK for Python version 2.1.1 +This document describes the Qualisys SDK for Python version 2.1.2 **NOTE:** Version 2.0.0 introduces breaking changes. :ref:`More info...` diff --git a/requirements-dev.txt b/requirements-dev.txt index 7155498..a3d58d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -black==18.6b4 -pylint==2.1.1 -pytest==3.8.0 -pytest-asyncio==0.9.0 -pytest-mock==1.10.0 -rope==0.11.0 -sphinx==1.8.0 -sphinxcontrib-asyncio==0.2.0 -lxml==4.9.1 \ No newline at end of file +black==23.3.0 +pylint==2.17.4 +pytest==7.3.1 +pytest-asyncio==0.21.0 +pytest-mock==3.10.0 +rope==1.8.0 +sphinx==5.3.0 +sphinxcontrib-asyncio==0.3.0 +lxml==4.9.2 \ No newline at end of file diff --git a/setup.py b/setup.py index c0c5626..621d7b3 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,12 @@ from setuptools import setup -version = "2.1.1" +version = "2.1.2" setup( name="qtm", version=version, - description="QTM Python SDK", + description="DEPRECATED", + long_description="Future versions of this package will go under the name \"qtm-rt\".", url="https://github.com/qualisys/qualisys_python_sdk", download_url="https://github.com/qualisys/qualisys_python_sdk/tarball/{}".format( version