Skip to content

Commit

Permalink
Bump version: 5.5.10 → 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Feb 21, 2022
1 parent 687dd75 commit c00c170
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions book/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: "v5.5.10"
title: "v5.6.0"
author: Jeffrey Newman
logo: img/larch-logo.png

Expand Down Expand Up @@ -99,6 +99,6 @@ sphinx:
switcher:
json_url: "https://larch.newman.me/_static/switcher.json"
url_template: "https://larch.newman.me/v{version}/"
version_match: "5.5.10"
version_match: "5.6.0"
navbar_end:
- version-switcher
4 changes: 2 additions & 2 deletions book/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "v5.5.10 (latest)",
"version": "5.5.10"
"name": "v5.6.0 (latest)",
"version": "5.6.0"
},
{
"version": "5.4.1"
Expand Down
2 changes: 1 addition & 1 deletion bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.5.10
current_version = 5.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: larch
version: "5.5.10"
version: "5.6.0"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion larch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '5.5.10'
__version__ = '5.6.0'

from .util.interface_info import Info, ipython_status
import sys
Expand Down

0 comments on commit c00c170

Please sign in to comment.