From e2ea5a0d4de768babc5a9771eabf14cf4d057acc Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Mon, 6 Feb 2023 11:11:43 +0100 Subject: [PATCH] Back to development: 1.1.0+fc2 --- docs/history.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 8e54a13..c7d6f50 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,12 @@ Version History =============== - 1.0.0 +1.1.0+fc2 (unreleased) + + +- Nothing changed yet. + + 1.1.0+fc1 (2023-02-06) - Removed support for Python 2.6 which has been EOLed since 2013 - Removed the deprecated (since 0.3) `consulate.Session` handle diff --git a/setup.py b/setup.py index c251752..2eba58a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='consulate', - version='1.1.0+fc1', + version='1.1.0+fc2.dev0', description='A Client library and command line application for the Consul', maintainer='Gavin M. Roy', maintainer_email='gavinr@aweber.com',