Skip to content

Commit

Permalink
v 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Aug 27, 2024
1 parent 8dfd958 commit aeeddd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[comment]: # (Template for updates)


## [0.2.0] - 2024-08-27
### Added
- New iter `iter_headed_speeches` for Transcripts.
### Change
- `__str__` used for consistent external API when a Transcript related object is stringable.


## [0.1.1] - 2024-08-27
### Change
- Package description.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mysoc-validator"
version = "0.1.1"
version = "0.2.0"
description = "Pydantic validators for mySociety democracy types"
authors = ["mySociety <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/mysoc_validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

__all__ = ["Popolo", "Transcript", "Register"]

__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit aeeddd6

Please sign in to comment.