Skip to content

Commit a142959

Browse files
authored
Merge pull request #659 from NLeSC/release_0.6.1
Release 0.6.1
2 parents 2e5371a + bc84087 commit a142959

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Removed
10+
11+
## 0.6.1
12+
13+
### Added
14+
715
* Add .gitignore and .editorconfig to the list of files that are not updated if they exist [#655](https://github.com/NLeSC/python-template/pull/655)
816

917
### Changed
1018

1119
* copyright owner is asked in all profiles [#629](https://github.com/NLeSC/python-template/pull/629)
1220
* license files includes year and copyright owner information [#629](https://github.com/NLeSC/python-template/pull/629)
21+
* combine all the next step jobs in a single workflow [#657](https://github.com/NLeSC/python-template/pull/657)
22+
* fix CITATION.cff validation issues which also helps cffconvert workflow to pass [#657](https://github.com/NLeSC/python-template/pull/657)
1323

1424
### Removed
1525

1626
* Remove pyproject.toml and CITATION.cff from the list of files that are not updated if they exist [#655](https://github.com/NLeSC/python-template/pull/655)
17-
27+
1828
## [0.6.0]
1929

2030
### Added

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ license: Apache-2.0
9595
message: "If you use this software, please cite it using these metadata."
9696
repository-code: "https://github.com/NLeSC/python-template"
9797
title: "Netherlands eScience Center Python Template"
98-
version: "0.6.0"
98+
version: "0.6.1"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name = Netherlands eScience Center Python Template
2222
project_urls =
2323
Bug Tracker = https://github.com/NLeSC/python-template/issues
2424
url = https://github.com/NLeSC/python-template
25-
version = 0.6.0
25+
version = 0.6.1
2626

2727

2828
[options]

0 commit comments

Comments
 (0)