Skip to content

Commit

Permalink
bug fix; increments version
Browse files Browse the repository at this point in the history
  • Loading branch information
looselycoupled committed Oct 28, 2020
1 parent 4822898 commit d643cce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion btrdbextras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .conn import Connection

__version__ = "v5.11.2"
__version__ = "v5.11.3"
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ grpcio>=1.16.1
grpcio-tools>=1.16.1

# Serialization helpers
dill==0.3.2
dill==0.3.2

# Readthedocs
sphinx_glpi_theme
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Test Constants
##########################################################################

EXPECTED_VERSION = "v5.11.2"
EXPECTED_VERSION = "v5.11.3"


##########################################################################
Expand Down

0 comments on commit d643cce

Please sign in to comment.