Skip to content

Commit

Permalink
Release version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Jan 20, 2021
1 parent c2f1936 commit 3c853a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/lavavu/LavaVu/workflows/Test/badge.svg)](https://github.com/lavavu/LavaVu/actions?query=workflow:Test)
[![Deploy Status](https://github.com/lavavu/LavaVu/workflows/Deploy/badge.svg?branch=1.7.3)](https://github.com/lavavu/LavaVu/actions?query=workflow:Deploy)
[![DOI](https://zenodo.org/badge/45163055.svg)](https://zenodo.org/badge/latestdoi/45163055)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.4?filepath=notebooks)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.5?filepath=notebooks)

A scientific visualisation tool with a python interface for fast and flexible visual analysis.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ A base dockerfile is provided in the repository root.
You can try it out on binder

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.4?filepath=notebooks
:target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.5?filepath=notebooks


3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#Current version
#(must be of the form X.Y.Z to trigger wheel builds)
version = "1.7.4"
version = "1.7.5"

"""
To release a new verison:
Expand Down Expand Up @@ -76,6 +76,7 @@ def write_version():
#Commit and push docs
wd = os.getcwd()
os.chdir("docs")
os.system("git pull")
os.system("git add -u")
os.system('git commit -m "Docs rebuilt for release"')
os.system("git push")
Expand Down

0 comments on commit 3c853a1

Please sign in to comment.