From 817ae28a23a98eb5e8889b49e95848e6b62d6dab Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:45:55 -0400 Subject: [PATCH] Update docs for 0.9 release --- CHANGELOG.md | 2 +- README.md | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b430ec..9c36177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See also: [Github Release Page](https://github.com/enpaul/tox-poetry-installer/releases). -## Version 0.9 +## Version 0.9.0 View this release on: [Github](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.9.0), diff --git a/README.md b/README.md index d701b4e..b54abed 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ See the [Changelog](https://github.com/enpaul/tox-poetry-installer/blob/devel/CHANGELOG.md) for release history. -*See also: [official Tox plugins](https://tox.readthedocs.io/en/latest/plugins.html), [Poetry-Dev-Dependencies Tox plugin](https://github.com/sinoroc/tox-poetry-dev-dependencies), [Poetry Tox plugin](https://github.com/tkukushkin/tox-poetry)* +*See also: [official Tox plugins](https://tox.readthedocs.io/en/latest/plugins.html), [Poetry Tox plugin](https://github.com/tkukushkin/tox-poetry)* ## Feature Overview @@ -353,7 +353,7 @@ are tracked on [Github](https://github.com/enpaul/tox-poetry-installer/releases) and [open a pull request](https://github.com/enpaul/tox-poetry-installer/compare). Developing this project requires [Python 3.7+](https://www.python.org/downloads/) and -[Poetry 1.0](https://python-poetry.org/docs/#installation) or later. GNU Make can +[Poetry 1.2](https://python-poetry.org/docs/#installation) or later. GNU Make can optionally be used to quickly setup a local development environment, but this is not required. @@ -368,18 +368,11 @@ git clone git@github.com:enpaul/tox-poetry-installer.git cd tox-poetry-installer/ -# Create and configure the local development environment... -# ...with make: +# Create and configure the local development environment make dev -# ...manually: -poetry install -E poetry --remove-untracked -poetry run pre-commit install -# Run tests and CI locally... -# ...with make: +# Run tests and CI locally make test -# ...manually: -poetry run tox --recreate # See additional make targets make help