Skip to content

Commit

Permalink
Bump version: v1.1.1 → v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Mar 12, 2024
1 parent bac5abc commit cb9b6e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = v1.1.1
current_version = v1.1.2
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
affiliation: European Space Agency Φ-lab
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/b34facfa-cea8-48f5-89f6-f11ce00812a9/graphs/contributors"
version: v1.1.1 # This is automatically set using the bumpversion tool.
version: v1.1.2 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: 10.5281/zenodo.8308843
Expand Down
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.1.1')\n",
"print('Notebook repository version: v1.1.2')\n",
"print(f'Last tested: {date.today()}')"
]
}
Expand Down

0 comments on commit cb9b6e4

Please sign in to comment.