Skip to content

Commit c45b1fa

Browse files
authored
Merge pull request #514 from nschloe/release2
release
2 parents 51933f8 + 4aaf738 commit c45b1fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tag:
88
@echo "Tagging v$(VERSION)..."
99
git tag v$(VERSION)
1010
git push --tags
11+
# Always create a github "release" right after tagging so it appears on zenodo
12+
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "$(VERSION)"}' https://api.github.com/repos/nschloe/meshio/releases
1113

1214
upload: setup.py
1315
# Make sure we're on the master branch

meshio/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.10"
1+
__version__ = "3.2.11"
22
__author__ = "Nico Schlömer"
33
__author_email__ = "[email protected]"
44
__copyright__ = "Copyright (c) 2015-2019 {} <{}>".format(__author__, __author_email__)

0 commit comments

Comments
 (0)