Skip to content

Commit 9a754f5

Browse files
authored
prepare for 2.0.1 release by bumping version in pyproject.toml and updating change log (#422)
1 parent 48aa5ab commit 9a754f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## UNRELEASED
44

5+
## v2.0.1 (2025-02-26)
6+
57
- Deprecates CI & support for Python 3.8, adds CI & support for Python 3.13 (Issue [#423](https://github.com/drivendataorg/cookiecutter-data-science/issues/423)
68
- Fixes issue with scaffold code that import of config did not work. Adds testing of imports to test suite. (Issue [#370](https://github.com/drivendataorg/cookiecutter-data-science/issues/370))
79
- Create automated release mechanism (Issue [#317](https://github.com/drivendataorg/cookiecutter-data-science/issues/317)) and pin template version to installed release (Issue [#389](https://github.com/drivendataorg/cookiecutter-data-science/issues/389))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "ccds"
77

88
[project]
99
name = "cookiecutter-data-science"
10-
version = "2.0.0"
10+
version = "2.0.1"
1111
description = "A logical, reasonably standardized but flexible project structure for doing and sharing data science work."
1212
authors = [
1313
{ name = "DrivenData", email = "[email protected]" },

0 commit comments

Comments
 (0)