Skip to content

Commit

Permalink
Bump version to 1.7post~UNRELEASED
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <[email protected]>
  • Loading branch information
woju committed Apr 23, 2024
1 parent ce4f22c commit 82cffe4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gramine-scaffolding (1.7post~UNRELEASED) UNRELEASED; urgency=medium

*

-- Wojtek Porczyk <[email protected]> Tue, 23 Apr 2024 18:34:02 +0200

gramine-scaffolding (1.7~rc3) unstable-bookworm unstable-bullseye unstable-jammy unstable-focal; urgency=medium

* Add support for ITA attestation
Expand Down
2 changes: 1 addition & 1 deletion graminescaffolding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (C) 2023 Intel Corporation
# Wojtek Porczyk <[email protected]>

__version__ = "1.7rc3"
__version__ = "1.7.post0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "graminescaffolding"
version = "1.7rc3"
version = "1.7.post0"
authors = [
{ name = "Wojtek Porczyk", email = "[email protected]" },
{ name = "Mariusz Zaborski", email = "[email protected]" },
Expand Down

0 comments on commit 82cffe4

Please sign in to comment.