Skip to content

Commit

Permalink
Merge pull request #25 from cicirello/prep-release-2-3-0
Browse files Browse the repository at this point in the history
Prepare release 2.3.0
  • Loading branch information
cicirello authored Sep 7, 2022
2 parents 31e92eb + b5f9984 commit f7bae33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2022-09-07

### Added
* User-configurable ordering of the bibliometrics.
* User-configurable exclusions (e.g., if user wishes to exclude one or more of the bibliometrics).

### Changed

Expand All @@ -17,13 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

### Fixed
* Reordered the bibliometrics, moving e-index to the last bibliometric, which looks better
since it is the only one of the bibliometrics that is a real-value, where the others are
all integers.

### CI/CD


## [2.3.0] - 2022-09-07

### Added
* User-configurable ordering of the bibliometrics.
* User-configurable exclusions (e.g., if user wishes to exclude one or more of the bibliometrics).

### Fixed
* Changed the default order of the bibliometrics, moving e-index to the last bibliometric, to
improve the appearance since it is the only one of the bibliometrics that is a real-value,
where the others are all integers.


## [2.2.0] - 2022-08-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bibliometrics"
version = "2.2.0"
version = "2.3.0"
authors = [
{ name="Vincent A. Cicirello", email="development@cicirello.org" },
]
Expand Down

0 comments on commit f7bae33

Please sign in to comment.