Skip to content

Commit

Permalink
Change version number to 2.1.2 + Prepare for package rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik-Norgren committed Jun 8, 2023
1 parent dc141fd commit 93293be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -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...<deprecated_version>`

Expand Down
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
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
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93293be

Please sign in to comment.