diff --git a/AUTHORS.rst b/AUTHORS.rst index 32bd885..7a4f7ee 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -22,6 +22,8 @@ Code contributions: - Jonas Irgens Kylling (jkylling) - Bruno Rocha (rochacbruno) - Noam Graetz (NoamGraetz2) +- Fabian Affolter (fabaff) + Suggestions and bug reporting: diff --git a/CHANGES.rst b/CHANGES.rst index 4be6f0b..877d11f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 5.1.2 +------------- + +* Fixing requirements-test.txt (thanks to Fabian Affolter) + Version 5.1.1 ------------- diff --git a/box/__init__.py b/box/__init__.py index 191029e..c7f5d39 100644 --- a/box/__init__.py +++ b/box/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __author__ = "Chris Griffith" -__version__ = "5.1.1" +__version__ = "5.1.2" from box.box import Box from box.box_list import BoxList