File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " gnss-lib-py"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44description = " Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates"
55authors = [" Derek Knowles <dcknowles@stanford.edu>" ,
66 " Ashwin Kanhere <akanhere@stanford.edu>" ,
You can’t perform that action at this time.
0 commit comments