Skip to content

Commit

Permalink
Bump version: 5.6.0 → 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Feb 22, 2022
1 parent cb3c16c commit 3c01a36
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: check-yaml
exclude: conda-recipe/meta.yaml
- id: end-of-file-fixer
exclude: .*\.ipynb
exclude: .*\.ipynb|bumpversion.cfg
- id: trailing-whitespace

- repo: https://github.com/kynan/nbstripout
Expand Down
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.6.0"
title: "v5.6.1"
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.6.0"
version_match: "5.6.1"
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.6.0 (latest)",
"version": "5.6.0"
"name": "v5.6.1 (latest)",
"version": "5.6.1"
},
{
"version": "5.4.1"
Expand Down
3 changes: 2 additions & 1 deletion bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.6.0
current_version = 5.6.1
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ tag = True
[bumpversion:file:book/_config.yml]

[bumpversion:file:book/_static/switcher.json]

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.6.0"
version: "5.6.1"

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.6.0'
__version__ = '5.6.1'

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

0 comments on commit 3c01a36

Please sign in to comment.