From d643cce964a248cb77d6be21b0c180c613cd4f7c Mon Sep 17 00:00:00 2001 From: looselycoupled Date: Wed, 28 Oct 2020 14:55:45 -0400 Subject: [PATCH] bug fix; increments version --- btrdbextras/__init__.py | 2 +- requirements.txt | 5 ++++- tests/test_base.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/btrdbextras/__init__.py b/btrdbextras/__init__.py index fe56091..f7f1514 100644 --- a/btrdbextras/__init__.py +++ b/btrdbextras/__init__.py @@ -1,3 +1,3 @@ from .conn import Connection -__version__ = "v5.11.2" \ No newline at end of file +__version__ = "v5.11.3" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 76ea18b..a02094f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,7 @@ grpcio>=1.16.1 grpcio-tools>=1.16.1 # Serialization helpers -dill==0.3.2 \ No newline at end of file +dill==0.3.2 + +# Readthedocs +sphinx_glpi_theme \ No newline at end of file diff --git a/tests/test_base.py b/tests/test_base.py index f1c5431..9c2ca71 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -21,7 +21,7 @@ ## Test Constants ########################################################################## -EXPECTED_VERSION = "v5.11.2" +EXPECTED_VERSION = "v5.11.3" ##########################################################################