Skip to content

Commit 58bb0df

Browse files
committed
bump version
1 parent a602f75 commit 58bb0df

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: |
7676
git config --global user.name 'ProjectBot'
7777
git config --global user.email '[email protected]'
78+
VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
7879
VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
7980
sed -ie "s/version = .*/version = $VERSION/" setup.cfg
8081
git add setup.cfg

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/demo
2+
/*settings.py
3+
/.vscode
4+
15
# Byte-compiled / optimized / DLL files
26
__pycache__/
37
*.py[cod]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-iris
3-
version =
3+
version = 0.1.10
44
url = https://github.com/caretdev/django-iris
55
maintainer = CaretDev
66
maintainer_email = [email protected]

0 commit comments

Comments
 (0)