Merge branch 'develop' into james/feature/hypothesis
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
ravenscroftj 2022-11-20 08:27:48 +00:00
commit 117a070203
2 changed files with 7 additions and 7 deletions

View File

@ -11,12 +11,12 @@ steps:
- poetry run pytest
- name: publish
when:
branch:
- master
event:
exclude:
- pull_request
# when:
# branch:
# - master
# event:
# exclude:
# - pull_request
image: python:3.7
environment:
GITEA_PACKAGE_REPO:

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pymicrocosm"
version = "0.2.0"
version = "0.3.0"
description = "A tiny python-based micropub endpoint that supports a Gitea + drone static website"
authors = ["James Ravenscroft <ravenscroftj@gmail.com>"]
license = "AGPL-3.0"