Skip to content

Commit

Permalink
Finalize version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Apr 9, 2020
1 parent d75749a commit 5dd4733
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " commandline to generate command line help text"
@echo " graphs to generate nipype workflow graphs"
@echo " graphs to generate nipype workflow graphs"
@echo " traits to generate parameter documentation"
@echo " html to make standalone HTML files"
@echo " dirhtml to make HTML files named index.html in directories"
@echo " singlehtml to make a single large HTML file"
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release notes
=============

v2.0.0 (Unreleased)
-------------------
v2.0.0 (April 9, 2020)
----------------------

Lyman version 2 comprises a set major change to the library (and an essentially complete rewrite of the codebase). Major aspects of the changes are summarized here; more details are available throughout the collection of related `pull requests <https://github.com/mwaskom/lyman/projects/1>`_.

Expand Down
2 changes: 1 addition & 1 deletion lyman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
from . import workflows # noqa: F401
from . import visualizations # noqa: F401

version = "2.0.0.dev"
version = "2.0.0"
__version__ = version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
LICENSE = 'BSD (3-clause)'
URL = 'http://www.cns.nyu.edu/~mwaskom/software/lyman/'
DOWNLOAD_URL = 'https://github.com/mwaskom/lyman'
VERSION = '2.0.0.dev'
VERSION = '2.0.0'
PYTHON_REQUIRES = ">=3.7"
INSTALL_REQUIRES = [
'numpy',
Expand Down

0 comments on commit 5dd4733

Please sign in to comment.