Skip to content

Commit

Permalink
merge from devel
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Apr 15, 2024
2 parents 39c3eab + d15879f commit da84b0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ For a list of open issues and known problems, see
https://github.com/radical-cybertools/radical.utils/issues/


1.51.0 Release 2024-04-15
1.52.0 Release 2024-04-15
--------------------------------------------------------------------------------

- fix for setuptools upgrade
Expand Down Expand Up @@ -883,3 +883,5 @@ Version 0.7.5 release 2014-07-22

- (HEAD -> master, origin/devel, origin/HEAD, devel) fix the fix
- (origin/project/scalems, project/scalems) devel version bump
- (HEAD -> master, origin/devel, origin/HEAD, devel) fix the fix
- (origin/project/scalems, project/scalems) devel version bump
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.52.0
1.53.0
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ def get_version(_mod_root):
if not os.path.isfile('dist/%s' % _sdist_name):
_sdist_name = '%s-%s.tar.gz' % (name.replace('.', '_'), _version_base)

if '--record' in sys.argv or \
'bdist_egg' in sys.argv or \
'bdist_wheel' in sys.argv :
if os.path.isfile('dist/%s' % _sdist_name):
# pip install stage 2 or easy_install stage 1
#
# pip install will untar the sdist in a tmp tree. In that tmp
Expand Down

0 comments on commit da84b0d

Please sign in to comment.