Release 0.0.19

This commit is contained in:
Luke Murphy 2020-12-12 16:55:11 +01:00
parent 7c52eba5d3
commit 7aa187b4e5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 7 additions and 4 deletions

View File

@ -30,9 +30,12 @@ After installing etherpump on the Varia server, we collectively decided to not w
**December 2020** **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** **November 2020**

View File

@ -4,7 +4,7 @@ import sys
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")
__VERSION__ = "0.0.18" __VERSION__ = "0.0.19"
def subcommands(): def subcommands():

View File

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry] [tool.poetry]
name = "etherpump" name = "etherpump"
version = "0.0.18" version = "0.0.19"
description = "Pumping text from etherpads into publications" description = "Pumping text from etherpads into publications"
authors = ["Varia, Center for Everyday Technology"] authors = ["Varia, Center for Everyday Technology"]
maintainers = ["Varia, Center for Everyday Technology <info@varia.zone>"] maintainers = ["Varia, Center for Everyday Technology <info@varia.zone>"]