Skip to content

Commit 4ddb60b

Browse files
committed
add version number to document landing page
1 parent 9ba365b commit 4ddb60b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: CountESS Documentation
2+
title: CountESS 0.1.25 Documentation
33
layout: default
44
---
55

6-
# CountESS Documentation
6+
# CountESS 0.1.25 Documentation
77

88
This is CountESS, a modular, Python 3 reimplementation of Enrich2.
99

script/set_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ echo "New Version: $VERSION"
1919
sed -i "s/\# CountESS .*/# CountESS $VERSION/" README.md
2020
sed -i "s/VERSION = .*/VERSION = \"$VERSION\"/" countess/__init__.py
2121
sed -i "s/version:.*/version: $VERSION/" docs/_config.yml
22+
sed -i "s/CountESS .* Documentation/CountESS $VERSION Documentation/" docs/index.md
2223

2324
git commit -m "Bump to v$VERSION" README.md countess/__init__.py docs/_config.yml
2425
git tag -m "CountESS version $VERSION" v$VERSION

0 commit comments

Comments
 (0)