diff --git a/CHANGES.rst b/CHANGES.rst index 12eeeaf5..f81f2c6c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.6.63 (2018-01-16) +------------------- + +* Fix bug when locating association proxy column. + +* Fix client field when creating / editing tempmon probe. + +* Allow editing of inventory batch count mode and reason code. + + 0.6.62 (2018-01-11) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index fd6e0290..6b824369 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.6.62' +__version__ = '0.6.63'