Skip to content
Snippets Groups Projects
Commit 8ce18492 authored by Duncan Macleod's avatar Duncan Macleod :flag_scotland:
Browse files

Merge branch '1.0.3' into 'master'

1.0.3: finalise version numbers for release

See merge request !5
parents 1f0f2aa6 476622ef
No related branches found
No related tags found
1 merge request!51.0.3: finalise version numbers for release
Pipeline #
ligo-common (1.0.3-1) unstable; urgency=low
* Packaging update, mainly for EPEL7.
-- Duncan Macleod <duncan.macleod@ligo.org> Fri, 11 May 2018 16:51:00 -0600
ligo-common (1.0.2-1) unstable; urgency=low
* Build lintian-clean.
......
%define name ligo-common
%define version 1.0.2
%define unmangled_version 1.0.2
%define release 2
%define version 1.0.3
%define unmangled_version 1.0.3
%define release 1
Summary: Empty LIGO modules
Name: %{name}
......@@ -70,3 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%files -n python%{python3_pkgversion}-%{name}
%license LICENSE
%{python3_sitelib}/*
# -- changelog
%changelog
* Fri May 11 2018 Duncan Macleod <duncan.macleod@ligo.org>
- 1.0.3: packaging update, provides python3 packages
......@@ -16,7 +16,7 @@
from setuptools import setup
version = "1.0.2"
version = "1.0.3"
setup(
name = "ligo-common",
......
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