diff --git a/CHANGES.rst b/CHANGES.rst index 94b98b4..2fb394a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Release History =============== +2.1 (released 2016-04-21) +--------------------------- + +New Features +~~~~~~~~~~~~ +- Add a simple NTP renderer + +Changes +~~~~~~~ +- Use new cousteau (1.4) & sagan(1.2) versions. + +Bug Fixes +~~~~~~~~~ +- Fix for some unicode problems when using colors +- Fix issue #177, with `gdbm` problem. + 2.0.2 (released 2016-10-21) --------------------------- diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index 2a1065e..9dce8ec 100644 --- a/ripe/atlas/tools/version.py +++ b/ripe/atlas/tools/version.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "2.0.2" +__version__ = "2.1"