Skip to content

Commit 8574938

Browse files
authored
Merge pull request #638 from hartwork/prepare-release
Prepare release 3.0.0
2 parents 6c3c0c7 + e8f68d8 commit 8574938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ subcommands (choice of distribution):
395395
(_)_ _ ___ ____ ____ ___ / / ___ ___ / /____ / /________ ____
396396
/ / ' \/ _ `/ _ `/ -_)/__// _ \/ _ \/ _ \/ __(_-</ __/ __/ _ `/ _ \
397397
/_/_/_/_/\_,_/\_, /\__/ /_.__/\___/\___/\__/___/\__/_/ \_,_/ .__/
398-
/___/ v2.0.5 :: 2021-01-08 /_/
398+
/___/ v3.0.0 :: 2025-11-08 /_/
399399

400400
Software libre licensed under AGPL v3 or later.
401401
Brought to you by Sebastian Pipping <sebastian@pipping.org>.

directory_bootstrap/shared/metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
DESCRIPTION = 'Command line tool for creating bootable virtual machine images'
99

10-
_VERSION = (2, 0, 5)
10+
_VERSION = (3, 0, 0)
1111
VERSION_STR = '.'.join((str(e) for e in _VERSION))
1212

13-
_RELEASE_DATE = (2021, 1, 8)
13+
_RELEASE_DATE = (2025, 11, 8)
1414
RELEASE_DATE_STR = '-'.join(('%02d' % e for e in _RELEASE_DATE))

0 commit comments

Comments
 (0)