Skip to content

Commit

Permalink
release EasyBuild v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldiascosta committed May 20, 2020
1 parent e6116b8 commit 6ad67d7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@

# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware

# note: using '4.2.0.post0' as version for EasyBuild v4.2.0 because of
# mistake in easybuild-4.2.0 package that was pushed to PyPI;
# the version of easyblocks/easyconfigs was accidentally still locked to '==4.1.1',
# see https://github.com/easybuilders/easybuild/pull/615/commits/3a8c81b1baaff93d3dc94b9b0cadc9bdf43d8fae
PYPI_VERSION = '4.2.0.post0'
VERSION = '4.2.0'
VERSION = '4.2.1'


# Utility function to read README file
Expand All @@ -57,7 +51,7 @@ def read(fname):

setup(
name="easybuild",
version=PYPI_VERSION,
version=str(VERSION),
author="EasyBuild community",
author_email="easybuild@lists.ugent.be",
description="""EasyBuild is a software build \
Expand Down

0 comments on commit 6ad67d7

Please sign in to comment.