Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed May 17, 2023
1 parent 084a682 commit 30f9d73
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
@@ -1,7 +1,7 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: "v5.7.1"
title: .
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.7.1
version_match: 5.7.2
navbar_end:
- version-switcher
4 changes: 2 additions & 2 deletions book/_static/switcher.json
@@ -1,7 +1,7 @@
[
{
"name": "v5.7.1 (latest)",
"version": "5.7.1"
"name": "v5.7.2 (latest)",
"version": "5.7.2"
},
{
"version": "5.4.1"
Expand Down
2 changes: 1 addition & 1 deletion bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.7.1
current_version = 5.7.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: larch
version: "5.7.1"
version: "5.7.2"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion larch/__init__.py
@@ -1,5 +1,5 @@

__version__ = '5.7.1'
__version__ = '5.7.2'

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

0 comments on commit 30f9d73

Please sign in to comment.