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',