Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 3afb241

Browse files
committed
update version number and changelog
1 parent 1bb5a34 commit 3afb241

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changelog
22

33

4+
## v1.db25.p5
5+
6+
**2020-09-14**
7+
8+
* Removed usage of Python 2 as host environment for running the Python indexer.
9+
* Updated dependencies to jedi 0.17.2.
10+
* Updated to pyinstaller 3.6 to address a security issue pointed out by GitHub.
11+
12+
413
## v1.db25.p4
514

615
**2020-06-08**
716

817
* Implemented recording "override" edges that point from a method of a class to the overridden method in the class' base class.
9-
* Implemented fallback to derive source file encoding automatically if utf-8 does not work
18+
* Implemented fallback to derive source file encoding automatically if utf-8 does not work.
1019
* Updated dependencies to parso 0.7.0.
1120

1221

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = 'v1.db25.p4'
1+
__version__ = 'v1.db25.p5'
22

33
_sourcetrail_db_version = 'v3.db25.p0'

0 commit comments

Comments
 (0)