Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Nov 26, 2023
1 parent 62bcb0a commit c7f1acd
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
@@ -1,6 +1,6 @@
# Change Log

## Version ??? - Not yet released
## Version 1.2.2 - 2023-11-26

- Add year check to match algorithm, entry with different year will not match
- Fix some logic in relating to overwrite `-w/-W` arguments
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 = 2
VERSION_PATCH = 1
VERSION_PATCH = 2

VERSION_DATE = "2023-05-12"
VERSION_DATE = "2023-11-26"

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

0 comments on commit c7f1acd

Please sign in to comment.