Skip to content

Commit 7994c89

Browse files
committed
Prepare for the next release.
1 parent a8ea37a commit 7994c89

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

python/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Changelog for the selfie Python libraries.
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
11-
11+
### Added
12+
- TODO
1213
### Fixed
13-
14+
- TODO
1415
### Changed
16+
- TODO
1517

1618
## [1.0.0] - 2024-12-16
1719

python/pytest-selfie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-selfie"
3-
version = "1.0.0"
3+
version = "1.0.1.dev0"
44
description = "A pytest plugin for selfie snapshot testing."
55
authors = [
66
{ name = "Edwin Ye", email = "[email protected]" },

python/selfie-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "selfie-lib"
3-
version = "1.0.0"
3+
version = "1.0.1.dev0"
44
description = "Infrastructure for creating selfie-compatible test runner plugins."
55
authors = [
66
{ name = "Edwin Ye", email = "[email protected]" },

0 commit comments

Comments
 (0)