We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba365b commit 4ddb60bCopy full SHA for 4ddb60b
2 files changed
docs/index.md
@@ -1,9 +1,9 @@
1
---
2
-title: CountESS Documentation
+title: CountESS 0.1.25 Documentation
3
layout: default
4
5
6
-# CountESS Documentation
+# CountESS 0.1.25 Documentation
7
8
This is CountESS, a modular, Python 3 reimplementation of Enrich2.
9
script/set_version
@@ -19,6 +19,7 @@ echo "New Version: $VERSION"
19
sed -i "s/\# CountESS .*/# CountESS $VERSION/" README.md
20
sed -i "s/VERSION = .*/VERSION = \"$VERSION\"/" countess/__init__.py
21
sed -i "s/version:.*/version: $VERSION/" docs/_config.yml
22
+sed -i "s/CountESS .* Documentation/CountESS $VERSION Documentation/" docs/index.md
23
24
git commit -m "Bump to v$VERSION" README.md countess/__init__.py docs/_config.yml
25
git tag -m "CountESS version $VERSION" v$VERSION
0 commit comments