Skip to content

Commit

Permalink
Merge pull request #6 from surface-security/develop
Browse files Browse the repository at this point in the history
Prepare for new release
  • Loading branch information
gsilvapt authored Jul 27, 2023
2 parents d8c82a3 + 09c2ba0 commit ddffb85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ name: publish test

on:
push:
branches: testpypi
branches:
- testpypi
- testpypi-*
- testpypi/*

jobs:
deploy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
name: tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches:
- develop
- main

jobs:
style:
Expand Down
2 changes: 1 addition & 1 deletion logbasecommand/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
Django >= 3.0, < 4
Django >= 3.0, < 5

python_requires = >=3.9

Expand Down

0 comments on commit ddffb85

Please sign in to comment.