Skip to content

Commit

Permalink
Merge branch 'master' of github.com:2e0byo/YADC
Browse files Browse the repository at this point in the history
  • Loading branch information
2e0byo committed Jan 27, 2022
2 parents d9ce7d3 + 92f2304 commit ed6a0de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.3.2 (2022-01-26)
### Fix
* Leftover uc breaking typehint. ([`b519f8d`](https://github.com/2e0byo/YADC/commit/b519f8d39a1492416689574a102358b7be312a6c))
* Drop undetected_chromedriver and fix return. ([`7d900a7`](https://github.com/2e0byo/YADC/commit/7d900a7dc393453d53fde5478588bba515beefae))

## v0.3.1 (2022-01-26)
### Fix
* No longer static method. ([`4da97c7`](https://github.com/2e0byo/YADC/commit/4da97c79968e31a16bc502baa6cadfc97af81611))
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.3.1"
version = "0.3.2"
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.3.1"
__version__ = "0.3.2"

0 comments on commit ed6a0de

Please sign in to comment.