Skip to content

Commit

Permalink
Merge pull request #71 from wesky93/develop
Browse files Browse the repository at this point in the history
Update version for reals
  • Loading branch information
ViridianForge authored Feb 18, 2024
2 parents 561a723 + 1087105 commit 1fc2cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Added

- Add methods to return FileDescriptors and their transistive dependencies as requested by either a name or symbol
- Add option to skip automatic checking of method availability

## Deprecated

Expand Down
2 changes: 1 addition & 1 deletion src/grpc_requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
)
from .client import Client, ReflectionClient, StubClient, get_by_endpoint

__version__ = "0.1.14"
__version__ = "0.1.15"

0 comments on commit 1fc2cd3

Please sign in to comment.