Skip to content

Commit 35a133a

Browse files
committed
chore(cloudevents): release stable v2.0.0
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent e0152fd commit 35a133a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0]
10+
11+
### Changed
12+
13+
- Released stable v2.0.0. See [migration](./MIGRATION.md) for details and migration
14+
guidelines. ([#279])
15+
916
## [2.0.0.alpha6]
1017

1118
### Changed
@@ -336,3 +343,4 @@ CloudEvents v2 is a rewrite with ongoing development ([#271])
336343
[#275]: https://github.com/cloudevents/sdk-python/pull/275
337344
[#276]: https://github.com/cloudevents/sdk-python/pull/276
338345
[#278]: https://github.com/cloudevents/sdk-python/pull/278
346+
[#279]: https://github.com/cloudevents/sdk-python/pull/279

samples/http-image-cloudevents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask
22
requests
33
Pillow
44
pytest
5-
cloudevents==2.0.0a6
5+
cloudevents==2.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flask
22
requests
33
pytest
4-
cloudevents==2.0.0a6
4+
cloudevents==2.0.0

src/cloudevents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414

15-
__version__ = "2.0.0-alpha6"
15+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)