File tree Expand file tree Collapse file tree 6 files changed +2912
-2910
lines changed
Expand file tree Collapse file tree 6 files changed +2912
-2910
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments