Skip to content

Commit ba5e309

Browse files
committed
Bump version to v0.13.0 for release
1 parent 4d9f805 commit ba5e309

File tree

6 files changed

+2912
-2910
lines changed

6 files changed

+2912
-2910
lines changed

.pre-commit-config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v4.3.0"
4-
hooks:
5-
- id: check-added-large-files
6-
- id: check-toml
7-
- id: check-yaml
8-
9-
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
# Ruff version.
11-
rev: v0.1.6
12-
hooks:
13-
# Run the linter.
14-
- id: ruff
15-
args: [ --fix ]
16-
# Run the formatter.
17-
- id: ruff-format
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: "v4.3.0"
4+
hooks:
5+
- id: check-added-large-files
6+
- id: check-toml
7+
- id: check-yaml
8+
9+
- repo: https://github.com/astral-sh/ruff-pre-commit
10+
# Ruff version.
11+
rev: v0.1.6
12+
hooks:
13+
# Run the linter.
14+
- id: ruff
15+
args: [ --fix ]
16+
# Run the formatter.
17+
- id: ruff-format

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v0.13.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.13.0) - 2023-11-28
11+
1012
## [v0.11.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.11.0) - 2023-11-28
1113

1214
## [v0.10.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.10.0) - 2023-11-27

CITATION.cff

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
3-
authors:
4-
- family-names: "Gagan"
5-
given-names: "Bhatia"
6-
orcid: "https://orcid.org/0009-0003-1972-501X"
7-
title: "PolyDeDupe"
8-
version: 1.0.0
9-
doi: 10.5281/zenodo.1234
10-
date-released: 2023-11-28
11-
url: "https://github.com/gagan3012/PolyDeDupe"
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Gagan"
5+
given-names: "Bhatia"
6+
orcid: "https://orcid.org/0009-0003-1972-501X"
7+
title: "PolyDeDupe"
8+
version: 1.0.0
9+
doi: 10.5281/zenodo.1234
10+
date-released: 2023-11-28
11+
url: "https://github.com/gagan3012/PolyDeDupe"

PolyDeDupe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_MAJOR = "0"
2-
_MINOR = "11"
2+
_MINOR = "13"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
55
_PATCH = "0"

0 commit comments

Comments
 (0)