Skip to content

Commit

Permalink
0.16.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 18, 2022
1 parent d4c886d commit 87ae2e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.16.4 (2022-03-18)
### Fix
* **scraper:** Type before -> not_before. ([`2850ecb`](https://github.com/2e0byo/YADC/commit/2850ecb1ca48804d4cfee3e1d47d36612a4d2261))

## v0.16.3 (2022-03-17)
### Fix
* **scraper:** Correct centre logic and allow searching after current ([`1c4d65b`](https://github.com/2e0byo/YADC/commit/1c4d65b30a7394cf3904486df96ca857f9228ba2))
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 = "yadc"
version = "0.16.3"
version = "0.16.4"
description = "Yet Another DVSA Cancellation checker"
authors = ["John Maximilian <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion yadc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

coloredlogs.install()

__version__ = "0.16.3"
__version__ = "0.16.4"

0 comments on commit 87ae2e9

Please sign in to comment.