Skip to content

Commit

Permalink
Merge pull request #659 from NLeSC/release_0.6.1
Browse files Browse the repository at this point in the history
Release 0.6.1
  • Loading branch information
fdiblen authored Sep 3, 2024
2 parents 2e5371a + bc84087 commit a142959
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,27 @@

### Added

### Changed

### Removed

## 0.6.1

### Added

* 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)

### Changed

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

### Removed

* 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)

## [0.6.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/NLeSC/python-template"
title: "Netherlands eScience Center Python Template"
version: "0.6.0"
version: "0.6.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = Netherlands eScience Center Python Template
project_urls =
Bug Tracker = https://github.com/NLeSC/python-template/issues
url = https://github.com/NLeSC/python-template
version = 0.6.0
version = 0.6.1


[options]
Expand Down

0 comments on commit a142959

Please sign in to comment.