[lxc-devel] [pylxd/master] Bump version to 2.2.8 for next round of development

ajkavanagh on Github lxc-bot at linuxcontainers.org
Fri Jun 8 15:28:14 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 386 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180608/f21825c4/attachment.bin>
-------------- next part --------------
From 09802a514bc24eb13f741f77010caa7c361dd0b9 Mon Sep 17 00:00:00 2001
From: Alex Kavanagh <alex at ajkavanagh.co.uk>
Date: Fri, 8 Jun 2018 16:27:07 +0100
Subject: [PATCH] Bump version to 2.2.8 for next round of development

Also, drop Python 3.3 and add Python 3.6 to the target Python
versions in setup.cfg
---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index f9fe4a2..b6ea62c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
 [metadata]
 name = pylxd
 summary = python library for lxd
-version = 2.2.7
+version = 2.2.8
 description-file =
     README.rst
 author = Paul Hummer and others (see CONTRIBUTORS.rst)
@@ -17,9 +17,9 @@ classifier =
     Programming Language :: Python :: 2
     Programming Language :: Python :: 2.7
     Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.3
     Programming Language :: Python :: 3.4
     Programming Language :: Python :: 3.5
+    Programming Language :: Python :: 3.6
 
 [files]
 packages =


More information about the lxc-devel mailing list