Skip to content

Commit

Permalink
Merge pull request #255 from wguanicedew/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wguanicedew authored Jan 3, 2024
2 parents a0ffee3 + 862fa17 commit edf2422
Show file tree
Hide file tree
Showing 57 changed files with 2,149 additions and 566 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ jobs:
python main/tools/pypi/update_version.py ${version_tag}
python setup.py sdist bdist_wheel
twine upload */dist/idds*-${version_tag}.tar.gz
twine upload */dist/idds*-${version_tag}*.whl
2 changes: 1 addition & 1 deletion atlas/lib/idds/atlas/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# - Wen Guan, <[email protected]>, 2019 - 2021


release_version = "0.11.5"
release_version = "2.0.9"
4 changes: 2 additions & 2 deletions atlas/tools/env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
- panda-client-light # panda client
- rucio-clients
- rucio-clients-atlas
- idds-common==0.11.5
- idds-workflow==0.11.5
- idds-common==2.0.9
- idds-workflow==2.0.9
2 changes: 1 addition & 1 deletion client/lib/idds/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# - Wen Guan, <[email protected]>, 2019 - 2021


release_version = "0.11.5"
release_version = "2.0.9"
4 changes: 2 additions & 2 deletions client/tools/env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- urllib3 # url connections
- tabulate
- argcomplete
- idds-common==0.11.5
- idds-workflow==0.11.5
- idds-common==2.0.9
- idds-workflow==2.0.9
2 changes: 2 additions & 0 deletions common/lib/idds/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ class ContentStatus(IDDSEnum):
Missing = 9
Cancelled = 10
Activated = 11
SubAvailable = 12
FinalSubAvailable = 13


class ContentLocking(IDDSEnum):
Expand Down
2 changes: 1 addition & 1 deletion common/lib/idds/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# - Wen Guan, <[email protected]>, 2019 - 2021


release_version = "0.11.5"
release_version = "2.0.9"
2 changes: 1 addition & 1 deletion common/tools/env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- pyjwt # Pyjwt
- packaging
- requests
- dogpile.cache
- dogpile.cache
2 changes: 1 addition & 1 deletion doma/lib/idds/doma/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# - Wen Guan, <[email protected]>, 2020 - 2021


release_version = "0.11.5"
release_version = "2.0.9"
870 changes: 703 additions & 167 deletions doma/lib/idds/doma/workflowv2/domapandawork.py

Large diffs are not rendered by default.

Loading

0 comments on commit edf2422

Please sign in to comment.