From 3c36a2ca6f8b449070e4bcf7afe6b11b7d19c268 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 14 Feb 2015 18:11:21 +0100 Subject: [PATCH] bump version to 0.11.0 --- CHANGES.rst | 4 ++-- nsupdate/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b1dbdec..bf6dde9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,8 +8,8 @@ migrations for that version). For upgrading and migration help, please see the docs that match the version you are upgrading to. -Release 0.11.0 (not released yet) ---------------------------------- +Release 0.11.0 +-------------- New Features: diff --git a/nsupdate/__init__.py b/nsupdate/__init__.py index b223fb9..46c18aa 100644 --- a/nsupdate/__init__.py +++ b/nsupdate/__init__.py @@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover return version_str -version = Version(0, 10, 0) +version = Version(0, 11, 0)