Skip to content

Commit 5ce3aa2

Browse files
committed
Bump version
1 parent 5a9505f commit 5ce3aa2

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
hdf5-udf (2.1) unstable; urgency=low
2+
3+
* Something
4+
* Something
5+
6+
-- Lucas C. Villa Real <lucasvr@br.ibm.com> Mon, 21 Jun 2021 18:02:33 -0300
7+
18
hdf5-udf (2.0) stable; urgency=low
29

310
* Introduce support for UDF signing

fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM fedora:32
22
LABEL maintainer="lucasvr@gobolinux.org"
33

4-
ARG github_tag=2.0
4+
ARG github_tag=2.1
55

66
# Build dependencies
77
RUN dnf makecache -y

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#######################
44

55
project('HDF5-UDF', ['c', 'cpp'],
6-
version: '2.0',
6+
version: '2.1',
77
meson_version: '>= 0.46.0',
88
default_options: [
99
'warning_level=1',
@@ -118,7 +118,7 @@ message('\n' +
118118
hdf5_udf_lib = shared_library(
119119
'hdf5-udf',
120120
sources + [udf_template_cpp, udf_template_lua, udf_template_py],
121-
version: '2.0',
121+
version: '2.1',
122122
soversion: '0',
123123
dependencies: deps,
124124
install: true)
@@ -154,7 +154,7 @@ pkg.generate(
154154
libraries: [seccomp_dep, hdf5_udf_lib],
155155
libraries_private: [],
156156
name: 'HDF5-UDF',
157-
version: '2.0',
157+
version: '2.1',
158158
filebase: 'hdf5-udf',
159159
description: 'User-defined functions for HDF5'
160160
)

python-bindings/doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Lucas C. Villa Real'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '2.0'
24+
release = '2.1'
2525

2626

2727
# -- General configuration ---------------------------------------------------

python-bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="PyHDF5-UDF",
7-
version="1.2",
7+
version="1.3",
88
description="User-defined functions for HDF5 - Python bindings",
99
description_content_type="text/x-rst",
1010
long_description=open("README.txt").read(),

0 commit comments

Comments
 (0)