Skip to content

Commit ddffb85

Browse files
authored
Merge pull request #6 from surface-security/develop
Prepare for new release
2 parents d8c82a3 + 09c2ba0 commit ddffb85

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/publish_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: publish test
55

66
on:
77
push:
8-
branches: testpypi
8+
branches:
9+
- testpypi
10+
- testpypi-*
11+
- testpypi/*
912

1013
jobs:
1114
deploy:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name: tests
55

66
on:
7-
push:
8-
branches: [ main ]
97
pull_request:
10-
branches: [ main ]
8+
branches:
9+
- develop
10+
- main
1111

1212
jobs:
1313
style:

logbasecommand/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.0.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ zip_safe = False
2424
include_package_data = True
2525
packages = find:
2626
install_requires =
27-
Django >= 3.0, < 4
27+
Django >= 3.0, < 5
2828

2929
python_requires = >=3.9
3030

0 commit comments

Comments
 (0)