Skip to content
Snippets Groups Projects
Commit 3b41318a authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'finalise-1.1.0' into 'main'

Finalise release: 1.1.0

See merge request !22
parents 4a492f27 2911f4a8
Branches main
Tags 1.1.0
1 merge request!22Finalise release: 1.1.0
Pipeline #401889 passed with stages
in 11 minutes and 26 seconds
python-pmdc (1.0.3-2) UNRELEASED; urgency=low
python-pmdc (1.1.0-1) unstable; urgency=low
* update to 1.1.0
* move to Python 3 only
-- Duncan Macleod <duncan.macleod@ligo.org> Mon, 28 Mar 2022 10:17:00 +0100
-- Duncan Macleod <duncan.macleod@ligo.org> Tue, 26 Apr 2022 15:51:00 +0100
python-pmdc (1.0.3-1) unstable; urgency=low
......
......@@ -24,7 +24,7 @@ from os.path import abspath, dirname, exists, join as os_path_join, getmtime
from sys import argv, exit, stdout, stderr
__version__ = '1.0.3'
__version__ = '1.1.0'
__author__ = "Jeffery Kline"
__license__ = "GPL-3.0-or-later"
__email__ = "jeffery.kline@gmail.com"
......
%define srcname pmdc
%define version 1.0.3
%define release 2
%define version 1.1.0
%define release 1
Name: python-%{srcname}
Version: %{version}
......@@ -69,8 +69,10 @@ This package provides the command-line interfaces
# -- changelog
%changelog
* Mon Mar 28 2022 Duncan Macleod <duncan.macleod@ligo.org> - 1.0.3-2
* Thu Apr 26 2022 Duncan Macleod <duncan.macleod@ligo.org> - 1.1.0-1
- update to 1.1.0
- move to Python 3 only
- use wheels to build/install
* Mon Mar 28 2022 Duncan Macleod <duncan.macleod@ligo.org> - 1.0.3-1
- first cut at RHEL packaging
......@@ -25,7 +25,7 @@ setup(name="python-pmdc",
version=find_version("pmdc.py"),
author="Jeff Kline",
author_email="ldr@ligo.org",
license="GPLv3",
license="GPL-3.0-or-later",
py_modules=["pmdc"],
setup_requires=["setuptools"],
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment