Skip to content

Commit 4d3b72d

Browse files
committed
Merge branch 'v0.2.3' into derek/clk-downloads
2 parents f79f9f5 + 6ea032c commit 4d3b72d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/contributing/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Standard GitHub Workflow
101101
git push origin your-name/name-of-your-bugfix-or-feature
102102
103103
13. Submit a pull request through GitHub. For the base branch
104-
in the pull request, select the latest version release branch :code:`vx.Y.Z`
104+
in the pull request, select the latest version release branch :code:`vX.Y.Z`
105105
(with the highest number of all such branches). *Do not target the*
106106
:code:`main` *branch in your pull request.* In the pull request,
107107
add a code review request for a current maintainer of the repository.
@@ -202,7 +202,7 @@ NAVLab GitHub Workflow
202202
git push origin your-name/name-of-your-bugfix-or-feature
203203
204204
13. Submit a pull request through GitHub. For the base branch
205-
in the pull request, select the latest version release branch :code:`vx.Y.Z`
205+
in the pull request, select the latest version release branch :code:`vX.Y.Z`
206206
(with the highest number of all such branches). *Do not target the*
207207
:code:`main` *branch in your pull request.* In the pull request,
208208
add a code review request for a current maintainer of the repository.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gnss-lib-py"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates"
55
authors = ["Derek Knowles <dcknowles@stanford.edu>",
66
"Ashwin Kanhere <akanhere@stanford.edu>",

0 commit comments

Comments
 (0)