Skip to content

Commit

Permalink
Update version number to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Apr 12, 2024
1 parent 7b0d76e commit cea7125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version 1.3.2 - 2024-04-12


- Add `-b / --by-entrytype` option (issue #13).
- Fix `-c / -C` flags only filtering queries and not results since 1.3.0
- Fix output of some error messages not displaying entry ID

Expand Down
4 changes: 2 additions & 2 deletions bibtexautocomplete/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

VERSION_MAJOR = 1
VERSION_MINOR = 3
VERSION_PATCH = 1
VERSION_PATCH = 2

VERSION_DATE = "2024-02-20"
VERSION_DATE = "2024-04-12"

VERSION = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
VERSION_STR = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}"
Expand Down

0 comments on commit cea7125

Please sign in to comment.