Skip to content

Commit

Permalink
Merge tag '2024-10-05_ci_on_release_branches' into develop
Browse files Browse the repository at this point in the history
Allow CI builds on release branches
  • Loading branch information
Steven-Eardley committed Nov 5, 2024
2 parents f2a5a94 + 8df5c21 commit e9d8a4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ workflows:
filters:
branches:
ignore:
- /release\/.*/
- static_pages
2 changes: 1 addition & 1 deletion portality/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Application Version information
# ~~->API:Feature~~

DOAJ_VERSION = "7.0.0"
DOAJ_VERSION = "7.0.1"
API_VERSION = "4.0.0"

######################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='doaj',
version='7.0.0',
version='7.0.1',
packages=find_packages(),
install_requires=[
"awscli==1.20.50",
Expand Down

0 comments on commit e9d8a4e

Please sign in to comment.