Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Feb 5, 2024
1 parent 91e071b commit 3c79f61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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

## Unreleased
## Version 1.3.0 - 2024-02-05

- Add https://openalex.org/ as a source
- Add https://inspirehep.net/ as a source
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Dorian"
orcid: "https://orcid.org/0000-0002-4328-6753"
title: "Bibtex autocomplete"
version: 1.2.2
doi: 10.5281/zenodo.10207745
date-released: 2023-11-26
version: 1.3.0
doi: 10.5281/zenodo.10621834
date-released: 2024-02-05
url: "https://github.com/dlesbre/bibtex-autocomplete"
6 changes: 3 additions & 3 deletions bibtexautocomplete/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
DESCRIPTION = "Module to complete bibtex files by polling online databases"

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

VERSION_DATE = "2023-11-26"
VERSION_DATE = "2024-02-05"

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

0 comments on commit 3c79f61

Please sign in to comment.