Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
raven
Commits
4cece0a6
Commit
4cece0a6
authored
Nov 18, 2022
by
Brandon Piotrzkowski
Browse files
Update CHANGES.rst
parent
c9a1c8bc
Pipeline
#477232
passed with stages
in 15 minutes and 41 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
4cece0a6
Changelog
=========
2.5 (unreleased
)
3.0 (2022-11-18
)
----------------
- Revert to use the REST GraceDB API from the SDK API.
2.4 (2022-08-15)
----------------
...
...
doc/release.rst
View file @
4cece0a6
...
...
@@ -11,9 +11,9 @@ Making a new release
--------------------
Once all changes we want to include are made, we can prepare a release by
updating the changelog with correct date and version number
. Make sure all
changes are included and clearly described. Then, make
a commit with these
changes labeled **Update CHANGES.rst**::
updating the changelog with correct date and version number
on the master
branch. Make sure all
changes are included and clearly described. Then, make
a commit with these
changes labeled **Update CHANGES.rst**::
$ git commit -a
...
...
setup.py
View file @
4cece0a6
...
...
@@ -27,7 +27,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'ligo-raven'
,
version
=
'
2.5
'
,
version
=
'
3.0
'
,
url
=
'http://gracedb.ligo.org'
,
author
=
'Alex Urban'
,
author_email
=
'alexander.urban@ligo.org'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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