Skip to content

Commit 237eeb2

Browse files
committed
v1.7.3
1 parent a932054 commit 237eeb2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5-
## [v1.7.2] - 2023-06-17 Sat
5+
## [v1.7.3] - 2023-06-17 Sat
66

77
- Add [#241]: allow comma before `ex` authors.
8+
9+
## [v1.7.2] - 2023-03-09 Thu
10+
811
- Add [#240]: add `tr.` `subtr.` as ranks for combo-uninomials.
912

1013
## [v1.7.1] - 2023-03-07 Tue
@@ -420,6 +423,7 @@
420423

421424
This document follows [changelog guidelines]
422425

426+
[v1.7.3]: https://github.com/gnames/gnparser/compare/v1.7.2...v1.7.3
423427
[v1.7.2]: https://github.com/gnames/gnparser/compare/v1.7.1...v1.7.2
424428
[v1.7.1]: https://github.com/gnames/gnparser/compare/v1.7.0...v1.7.1
425429
[v1.7.0]: https://github.com/gnames/gnparser/compare/v1.6.9...v1.7.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package gnparser
33
var (
44
// Version is the version of the gnparser package. When Makefile is
55
// used, the version is calculated out of Git tags.
6-
Version = "v1.7.2"
6+
Version = "v1.7.3"
77
// Build is a timestamp of when Makefile was used to compile
88
// the gnparser code. If go build was used, Build stays empty.
99
Build string

0 commit comments

Comments
 (0)