We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79409e commit e1dd74bCopy full SHA for e1dd74b
2 files changed
CHANGELOG.md
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## [7.0.0-dev14]
+## [7.0.0-rc0]
9
10
-[7.0.0-dev14]: https://github.com/microsoft/CCF/releases/tag/ccf-7.0.0-dev14
+[7.0.0-rc0]: https://github.com/microsoft/CCF/releases/tag/ccf-7.0.0-rc0
11
12
### Added
13
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "ccf"
-version = "7.0.0.dev14"
+version = "7.0.0.rc0"
authors = [
{ name="CCF Team", email="CCF-Sec@microsoft.com" },
]
0 commit comments