Skip to content

Commit 12e49f4

Browse files
authored
feature bump (#5)
1 parent df9a416 commit 12e49f4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/django-adminlink-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
publish:
108108
runs-on: ubuntu-latest
109-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
109+
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/')
110110
needs: [black, build, test, no-makemigrations, no-makemessages]
111111
steps:
112112
- name: checkout code

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
copyright = "2025, Willem Van Onsem"
1212
author = "Willem Van Onsem"
1313

14-
release = "0.2.0"
15-
version = "0.2.0"
14+
release = "0.3.0"
15+
version = "0.3.0"
1616

1717

1818
path.insert(0, dirname(dirname(dirname(__file__))))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-adminlink"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = [{name = "Willem Van Onsem", email = "yourfriends@hapytex.eu"}]
55

66
[build-system]

0 commit comments

Comments
 (0)