Skip to content

Commit

Permalink
7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 13, 2024
1 parent 4b917c5 commit f076a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# Assumes all repositories master/main locally are upto date including C build
# This script can be safely be repeated until the $release pushed to pypi or tagged

my $release = "7.2.1"; # Without the leading 1!
my $release_name = "Ultimate Ship the Second";
my $branch = $release;
#my $branch = "version_bump";
my $release = "7.2.2"; # Without the leading 1!
my $release_name = "TO DO";
#my $branch = $release;
my $branch = "version_bump";

use strict;
use warnings;
Expand Down

0 comments on commit f076a34

Please sign in to comment.