Skip to content

Commit 8f58ef7

Browse files
committed
Bump version to 0.37.2
1 parent a60f365 commit 8f58ef7

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.37.2:
2+
* python.org: Also set SRC_DIR appropriately
13
0.37.1:
24
* python.org: Form PyPI URLs using PEP 625 project name normalization
35
* ocaml-dune: Allow customized arguments to dune install

cygport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define debug_package %{nil}
22

33
Name: cygport
4-
Version: 0.37.1
4+
Version: 0.37.2
55
Release: 1%{?dist}
66
Summary: Cygwin package building tool
77

data/sample.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit meson
22

33
NAME="cygport"
4-
VERSION=0.37.1
4+
VERSION=0.37.2
55
RELEASE=1
66
CATEGORY="Devel"
77
SUMMARY="Cygwin source packaging tool"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cygport',
2-
version: '0.37.1')
2+
version: '0.37.2')
33

44
bindir = join_paths(get_option('prefix'), get_option('bindir'))
55
datadir = join_paths(get_option('prefix'), get_option('datadir'))

0 commit comments

Comments
 (0)