Skip to content

Commit

Permalink
Update docs to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Capelliexp committed Dec 2, 2021
1 parent f4d085a commit 7370740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.0'
release = '2.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.0
This document describes the Qualisys SDK for Python version 2.1.1

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "2.1.0"
version = "2.1.1"

setup(
name="qtm",
Expand Down

0 comments on commit 7370740

Please sign in to comment.