diff --git a/CHANGELOG.md b/CHANGELOG.md index b2696fa4..4cb6572e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next version +## 0.8.0 - June 21, 2021 ### 🚀 New diff --git a/poetry.lock b/poetry.lock index 728411a3..2d71ff8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -922,7 +922,7 @@ documents = ["sphinx (>=1.1.3)", "sphinx-rtd-theme", "humanfriendly"] quality = ["coverage (>=3.5.3)", "nose (>=1.2.1)", "mock (>=1.0.0)", "pep8 (>=1.3.3)"] repl = ["click (>=7.0)", "prompt-toolkit (==2.0.4)", "pygments (>=2.2.0)", "click (>=7.0)", "prompt-toolkit (>=3.0.8)", "pygments (>=2.2.0)", "aiohttp (>=3.7.3)", "pyserial-asyncio (>=0.5)"] tornado = ["tornado (==4.5.3)"] -twisted = ["Twisted[serial,conch] (>=20.3.0)", "Twisted[conch] (>=20.3.0)"] +twisted = ["Twisted[conch,serial] (>=20.3.0)", "Twisted[conch] (>=20.3.0)"] [[package]] name = "pyparsing" diff --git a/pyproject.toml b/pyproject.toml index d4f3316a..bc6790a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jaeger" -version = "0.7.1-alpha.0" +version = "0.8.0" description = "Controllers for the SDSS-V FPS" authors = ["José Sánchez-Gallego "] license = "BSD-3-Clause"