Skip to content

Commit

Permalink
Bump version to 1.7~rc3
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 56ed226 commit ce4f22c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gramine-scaffolding (1.7~rc3) unstable-bookworm unstable-bullseye unstable-jammy unstable-focal; urgency=medium

* Add support for ITA attestation
* Distribute in contrib section of main Gramine repo

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

gramine-scaffolding (0.1) bookworm; urgency=medium

* First official (numbered) release.
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: gramine-scaffolding
Priority: optional
Maintainer: Wojtek Porczyk <[email protected]>
Standards-Version: 4.6.1
Section: misc
Section: contrib/misc
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
Expand Down Expand Up @@ -47,7 +47,7 @@ Package: gramine-scaffolding-doc
Architecture: all
Description: documentation for Gramine Scaffolding
HTML documentation for Gramine Scaffolding
Section: doc
Section: contrib/doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
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__ = '0.1'
__version__ = "1.7rc3"
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 = "0.1"
version = "1.7rc3"
authors = [
{ name = "Wojtek Porczyk", email = "[email protected]" },
{ name = "Mariusz Zaborski", email = "[email protected]" },
Expand Down

0 comments on commit ce4f22c

Please sign in to comment.