From bdec1737d0efdeab1367c791c6f621d3e8199feb Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Mon, 13 Feb 2023 12:10:17 +0100 Subject: [PATCH] Back to development: 1.1.0a2 --- 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 d781122..98fc28d 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,12 @@ Version History =============== +1.1.0a2 (unreleased) +~~~~~~~~~~~~~~~~~~~~ + +- Nothing changed yet. + + 1.1.0a1 (2023-02-13) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 45e4c39..eeb9c7f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='consulate-fc-nix-test', - version='1.1.0a1', + version='1.1.0a2.dev0', description='A Client library and command line application for the Consul', maintainer='Christian Theune', maintainer_email='ct@flyingcircus.io',