diff --git a/README.md b/README.md index 9194e76..dd9fa5e 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,12 @@ After installing etherpump on the Varia server, we collectively decided to not w **December 2020** -Added the `--magicwords` flag. Parsing and indexing of magic words is now supported. See [etherpump.vvvvvvaria.org](https://etherpump.vvvvvvaria.org) for more. +Added the `--magicwords` flag. Parsing and indexing of magic words is now +supported. See [etherpump.vvvvvvaria.org](https://etherpump.vvvvvvaria.org) for +more. This is still a work in progress. -Change `--connection` default setting to 50 to avoid overpowering modestly powered servers. +Change `--connection` default setting to 50 to avoid overpowering modestly +powered servers. **November 2020** diff --git a/etherpump/__init__.py b/etherpump/__init__.py index 7e5bca8..aa08ab2 100644 --- a/etherpump/__init__.py +++ b/etherpump/__init__.py @@ -4,7 +4,7 @@ import sys DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") -__VERSION__ = "0.0.18" +__VERSION__ = "0.0.19" def subcommands(): diff --git a/pyproject.toml b/pyproject.toml index 45040ec..b2b367c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "etherpump" -version = "0.0.18" +version = "0.0.19" description = "Pumping text from etherpads into publications" authors = ["Varia, Center for Everyday Technology"] maintainers = ["Varia, Center for Everyday Technology "]