diff --git a/docs/history.rst b/docs/history.rst index 467cc46..d781122 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,8 +1,8 @@ Version History =============== -1.1.0+fc4 (unreleased) -~~~~~~~~~~~~~~~~~~~~~~ +1.1.0a1 (2023-02-13) +~~~~~~~~~~~~~~~~~~~~ - Nothing changed yet. diff --git a/setup.py b/setup.py index 339ea49..45e4c39 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='consulate-fc-nix-test', - version='1.1.0a1.dev0', + version='1.1.0a1', description='A Client library and command line application for the Consul', maintainer='Christian Theune', maintainer_email='ct@flyingcircus.io',