Skip to content

Commit

Permalink
update to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
betaBison committed Nov 6, 2023
1 parent c569dbf commit 6ea032c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/contributing/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Standard GitHub Workflow
git push origin your-name/name-of-your-bugfix-or-feature
13. Submit a pull request through GitHub. For the base branch
in the pull request, select the latest version release branch :code:`vx.Y.Z`
in the pull request, select the latest version release branch :code:`vX.Y.Z`
(with the highest number of all such branches). *Do not target the*
:code:`main` *branch in your pull request.* In the pull request,
add a code review request for a current maintainer of the repository.
Expand Down Expand Up @@ -202,7 +202,7 @@ NAVLab GitHub Workflow
git push origin your-name/name-of-your-bugfix-or-feature
13. Submit a pull request through GitHub. For the base branch
in the pull request, select the latest version release branch :code:`vx.Y.Z`
in the pull request, select the latest version release branch :code:`vX.Y.Z`
(with the highest number of all such branches). *Do not target the*
:code:`main` *branch in your pull request.* In the pull request,
add a code review request for a current maintainer of the repository.
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 = "gnss-lib-py"
version = "0.2.2"
version = "0.2.3"
description = "Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates"
authors = ["Derek Knowles <[email protected]>",
"Ashwin Kanhere <[email protected]>",
Expand Down

0 comments on commit 6ea032c

Please sign in to comment.