Skip to content

Commit ba0ddbc

Browse files
committed
Bump version
1 parent 97f4e8c commit ba0ddbc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
43
# spin 0.6
54

65
We're happy to announce the release of spin 0.6!
76

87
## Enhancements
8+
99
- ENH: Added coverage option for `test` command
1010
([#100](https://github.com/scientific-python/spin/pull/100)).
1111
- Build as part of run cmd
@@ -22,10 +22,12 @@ We're happy to announce the release of spin 0.6!
2222
([#117](https://github.com/scientific-python/spin/pull/117)).
2323

2424
## Bug Fixes
25-
- Return single path from _get_site_packages
25+
26+
- Return single path from \_get_site_packages
2627
([#114](https://github.com/scientific-python/spin/pull/114)).
2728

2829
## Maintenance
30+
2931
- Bump pre-commit from 3.3.3 to 3.4.0
3032
([#104](https://github.com/scientific-python/spin/pull/104)).
3133
- Bump actions/checkout from 3 to 4
@@ -42,6 +44,7 @@ We're happy to announce the release of spin 0.6!
4244
([#112](https://github.com/scientific-python/spin/pull/112)).
4345

4446
## Documentation
47+
4548
- Document alternative way of getting debug build
4649
([#115](https://github.com/scientific-python/spin/pull/115)).
4750

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spin"
3-
version = "0.6"
3+
version = "0.7rc0.dev0"
44
requires-python = ">=3.7"
55
description = "Developer tool for scientific Python libraries"
66
readme = "README.md"

0 commit comments

Comments
 (0)