diff --git a/debian/changelog b/debian/changelog index 77b68f2..fb37d37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-libraclient (1.1-1) UNRELEASED; urgency=low + + * Fixed debian building for tests directory + + -- Andrew Hutchings Thu, 24 Jan 2013 10:36:00 -0800 + python-libraclient (1.0-1) UNRELEASED; urgency=low * Initial release. diff --git a/libraclient/__init__.py b/libraclient/__init__.py index f7a43d1..7cde527 100644 --- a/libraclient/__init__.py +++ b/libraclient/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.0" +__version__ = "1.1"