Skip to content

Commit 0e8b66a

Browse files
committed
Revert "Bump develop"
This reverts commit 10f0e9b.
1 parent 10f0e9b commit 0e8b66a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[bumpversion]
2-
current_version = 2.0.0rc4
2+
current_version = 2.0.0rc3
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False
6+

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup
1717

1818

19-
version = '2.0.0rc4'
19+
version = '2.0.0rc3'
2020

2121

2222
def get_version(default=version, template='{tag}.{distance}.{commit}{dirty}'):
@@ -133,8 +133,8 @@ def read(*names, **kwargs):
133133
'attrs >=16.0, < 17.0',
134134

135135
# caching
136-
'zc.lockfile >= 1.0.0, < 2.0.1',
137-
'yg.lockfile >= 2.0.1, < 3.0.0',
136+
'zc.lockfile >= 1.0.0, < 2.0.0',
137+
'yg.lockfile >= 2.0.0, < 3.0.0',
138138
# used by yg.lockfile
139139
'contextlib2', 'pytz', 'tempora', 'jaraco.timing',
140140
'psutil >= 5.0.0, < 6.0.0',
@@ -146,7 +146,7 @@ def read(*names, **kwargs):
146146
'six',
147147

148148
# typecode and textcode
149-
'pygments >= 2.0.1, <3.0.0',
149+
'pygments >= 2.0.0, <3.0.0',
150150
'pdfminer >= 20140328',
151151

152152
# pymaven

src/scancode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
__version__ = get_distribution('scancode-toolkit').version
5151
except DistributionNotFound:
5252
# package is not installed ??
53-
__version__ = '2.0.0rc4'
53+
__version__ = '2.0.0rc3'

0 commit comments

Comments
 (0)