Skip to content

Commit 6c09d6c

Browse files
committed
Prepare v0.0.8 release
1 parent 6019d52 commit 6c09d6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
tag_name: ${{ steps.info.outputs.version }}
5555

5656
- name: Publish to PyPI
57-
if: ${{ steps.info.outputs.draft == false }}
57+
if: ${{ steps.info.outputs.draft == 'false' }}
5858
run: |
5959
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
6060
poetry publish

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ This makes sense in many cases, but possibly not every case.
216216

217217
## Changelog
218218

219-
### [0.0.7] - 2021-04-08
219+
### [0.0.7] and [0.0.8] - 2021-04-08
220220

221221
* Warn if comments are found/don't treat comments as child elements in error messages
222222
* Allow lenient loading of undeclared attributes or children

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xml_dataclasses"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "(De)serialize XML documents into specially-annotated dataclasses"
55
authors = ["Toby Fleming <[email protected]>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)