Skip to content

Commit 6faba8e

Browse files
authored
Merge pull request #431 from nexB/prepare-v5.0.0-release
Bump version for v5.0.0 release
2 parents 972e714 + 09da285 commit 6faba8e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
Next Release
55
----------------
66

7+
8+
v5.0.0
9+
---------
10+
11+
- Add `/api/docs` Swagger API documentation for API endpoints.
712
- Add `/api/from_purl/purl2git` endpoint to get a git repo for a purl.
813
- Add `/api/to_purl/go` endpoint to get a purl from a golang import string or a package string in go.mod.
914
- Support indexing of PURLs listed in https://github.com/nexB/purldb/issues/326,
@@ -13,12 +18,6 @@ Next Release
1318
- Store ``source_symbols`` and ``source_strings`` in ``extra_data`` field. https://github.com/nexB/purldb/pull/351
1419

1520

16-
v4.0.0
17-
---------
18-
19-
- Add `/api/docs` Swagger API documentation for API endpoints.
20-
21-
2221
v3.0.0
2322
-------
2423

minecode/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ def process_scan_results(
787787
scan_results_location=scan_results_location,
788788
scan_summary_location=scan_summary_location,
789789
project_extra_data=project_extra_data,
790+
job_timeout=1200,
790791
)
791792
return job
792793

purldb_project/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import sys
1212

13-
__version__ = "3.0.0"
13+
__version__ = "5.0.0"
1414

1515

1616
def command_line():

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = purldb
3-
version = 4.0.0
3+
version = 5.0.0
44
license_files =
55
LICENSE
66
AUTHORS.rst

0 commit comments

Comments
 (0)