Update readme. Bump to 0.4.1.
This commit is contained in:
parent
a068e4e9ba
commit
34f43a2e25
3 changed files with 6 additions and 2 deletions
|
@ -38,6 +38,10 @@ The package requires Wagtail 2.5 or above.
|
|||
|
||||
1. `poetry build`
|
||||
|
||||
## Push a new version release to PyPI
|
||||
|
||||
Travis-CI will build the library and deploy it to PyPI on every commit to `master` that is tagged with a version.
|
||||
|
||||
## Run tests
|
||||
|
||||
1. `poetry install`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "wagtail-draftail-snippet"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "Associate RichTextBlock text content to a snippet model."
|
||||
authors = ["Parbhat Puri <me@parbhatpuri.com>", "Adam Hill <ahill@fool.com>", "Brady Moe <bmoe872@gmail.com>"]
|
||||
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(
|
|||
long_description=readme,
|
||||
long_description_content_type="text/markdown",
|
||||
name="wagtail-draftail-snippet",
|
||||
version="0.4.0",
|
||||
version="0.4.1",
|
||||
description="Associate RichTextBlock text content to a snippet model.",
|
||||
python_requires="==3.*,>=3.6.0",
|
||||
project_urls={
|
||||
|
|
Reference in a new issue