Skip to content

Commit c11f9b7

Browse files
authored
Prepare for v36.1.0 (#1886)
Signed-off-by: Tushar Goel <[email protected]>
1 parent 0c6eb6f commit c11f9b7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Release notes
22
=============
33

44

5+
Version v36.1.0
6+
---------------------
7+
8+
- Remove admin panel #1885
9+
- Support running pipelines in scheduled task queue #1871
10+
- Optimize export management command #1868
11+
- Fix alpine linux importer #1861
12+
- Stop github OSV importer crashes #1854
13+
- Make advisory content_id a unique field #1864
14+
15+
516
Version v36.0.0
617
---------------------
718

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 36.0.0
3+
version = 36.1.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
__version__ = "36.0.0"
17+
__version__ = "36.1.0"
1818

1919

2020
PROJECT_DIR = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)