Skip to content

Commit

Permalink
MNT 1.2.3 (#427)
Browse files Browse the repository at this point in the history
* FIX version in html title

* MNT bump version, remove changelog and point to github
  • Loading branch information
mvdoc committed Feb 3, 2022
1 parent d492d13 commit 3ea840e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 101 deletions.
2 changes: 1 addition & 1 deletion cortex/version.py
Expand Up @@ -17,7 +17,7 @@
# since the __version__ will be later automatically parsed by adding the git
# commit hash
# so valid versions will be 1.2.1.dev0, 1.4.dev0, etc
__version__ = '1.3.0.dev0'
__version__ = '1.2.3'
__hardcoded_version__ = __version__
__full_version__ = __version__

Expand Down
98 changes: 0 additions & 98 deletions docs/changelog.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = ".".join(cortex.__version__.split(".")[:2])
# The full version, including alpha/beta/rc tags.
release = cortex.__version__
release = cortex.version.__hardcoded_version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -9,7 +9,7 @@ Pycortex is a software package for generating beautiful interactive 3D visualiza

This documentation is still under development. Please report errors or bugs at https://github.com/gallantlab/pycortex/issues.

For a list of recent changes, please see the :ref:`changelog`.
For a list of recent changes, please see the `releases on GitHub <https://github.com/gallantlab/pycortex/releases/>`_.


User Guide
Expand Down

0 comments on commit 3ea840e

Please sign in to comment.