Skip to content

Commit

Permalink
0.47.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 10, 2024
1 parent 1fa293c commit 42a9641
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.47.2 (2024-01-10)

### Chore

* chore(deps): update dependency pyright to v1.1.345 ([`63a0566`](https://github.com/kantord/SeaGOAT/commit/63a056660b2a3a00a59d8072df0ebf507b97de61))

* chore(deps): update dependency ipython to v8.20.0 ([`aaafb12`](https://github.com/kantord/SeaGOAT/commit/aaafb121f6228b0b14b852f78af2ec1cc838887f))

### Fix

* fix(deps): update dependency gitpython to v3.1.41 ([`1fa293c`](https://github.com/kantord/SeaGOAT/commit/1fa293c173ed1e2571b8352ccfbe8a1a7cde70b9))


## v0.47.1 (2024-01-04)

### Chore
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 = "seagoat"
version = "0.47.1"
version = "0.47.2"
description = "A semantic-code search engine"
authors = ["Daniel Kantor <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion seagoat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.47.1"
__version__ = "0.47.2"

0 comments on commit 42a9641

Please sign in to comment.