Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
ligo-segments
Commits
880b17de
Commit
880b17de
authored
Jul 04, 2018
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'revert-
8af238a7
' into 'master'
Revert "Merge branch '1.0.1' into 'master'" See merge request
!9
parents
7fb9ae81
e7e7a29a
Pipeline
#24304
passed with stages
in 11 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
+2
-11
debian/changelog
debian/changelog
+0
-6
ligo-segments.spec
ligo-segments.spec
+1
-4
ligo/segments.py
ligo/segments.py
+1
-1
No files found.
debian/changelog
View file @
880b17de
ligo-segments (1.0.1-1) unstable; urgency=low
* bug-fix release
-- Duncan Macleod <duncan.macleod@ligo.org> Wed, 04 Jul 2018 12:17:00 +0000
ligo-segments (1.0.0-1) unstable; urgency=low
* first release of ligo.segments, should be funtionally identical to glue.segments
...
...
ligo-segments.spec
View file @
880b17de
%global srcname ligo-segments
Name: %{srcname}
Version: 1.0.
1
Version: 1.0.
0
Release: 1%{?dist}
Summary: Representations of semi-open intervals
...
...
@@ -76,8 +76,5 @@ make check PYTHON=%{__python3} PYTHONPATH="$RPM_BUILD_ROOT%{python3_sitearch}"
%{python3_sitearch}/*
%changelog
* Wed Jul 04 2018 Duncan Macleod <duncan.macleod@ligo.org>
- 1.0.1: bug-fix release
* Thu May 10 2018 Duncan Macleod <duncan.macleod@ligo.org>
- 1.0.0: first release of ligo.segments, should be funtionally identical to glue.segments
ligo/segments.py
View file @
880b17de
...
...
@@ -52,7 +52,7 @@ from six.moves import range
__author__
=
"Kipp Cannon <kipp.cannon@ligo.org>"
__version__
=
'1.0.
1
'
__version__
=
'1.0.
0
'
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment