Skip to content

Commit

Permalink
Merge pull request #1834 from pybamm-team/21.11
Browse files Browse the repository at this point in the history
Prepare release 21.11
  • Loading branch information
valentinsulzer authored Nov 29, 2021
2 parents 0ab7c34 + 4022d0f commit 051896e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Publish sdist on PyPI
if: |
github.event.inputs.target == 'pypi' ||
(github.event_name == 'push' && github.ref == 'refs/heads/main')
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
${{ github.event.workflow_run.conclusion == 'success' }}
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ keywords:
- "expression tree"
- "python"
- "symbolic differentiation"
version: "21.10"
version: "21.11"
repository-code: "https://github.com/pybamm-team/PyBaMM"
title: "Python Battery Mathematical Modelling (PyBaMM)"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = "The PyBaMM Team"

# The short X.Y version
version = "21.10"
version = "21.11"
# The full version, including alpha/beta/rc tags
release = "21.10"
release = "21.11"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pybamm/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21, 10
21, 11
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pybamm",
"version-string": "21.10",
"version-string": "21.11",
"dependencies": [
{
"name": "sundials",
Expand Down

0 comments on commit 051896e

Please sign in to comment.