Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Aug 7, 2024
1 parent fc29b55 commit 7b4ff61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

## Unreleased
## Version 1.3.3 - 2024-08-07

- No longer set URL fields to `https://dx.doi.org/<doi>`, instead use this to
complete the doi field
complete the doi field (issue [#14](https://github.com/dlesbre/bibtex-autocomplete/issues/14))
- New flag `-u --copy-doi-to-url` to do the reverse, set the URL field (if absent)
to the DOI.
- Now writes all entries to a temporary file on keyboard interrupt (Ctrl-C) to
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 = 2
VERSION_PATCH = 3

VERSION_DATE = "2024-04-12"
VERSION_DATE = "2024-08-07"

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

0 comments on commit 7b4ff61

Please sign in to comment.