Skip to content

Commit 4b5c60f

Browse files
authored
Merge pull request soxoj#24 from soxoj/update-version
Version updated to 1.0.9
2 parents 03afdc0 + 7bd1780 commit 4b5c60f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [0.1.9] - 2021-01-11
6+
* added HTML and PDF report export
7+
* fixed support of Python 3.6
8+
* fixed tags filtering and ranking
9+
* more than 2000 sites supported
10+
* refactored sites and engines logic
11+
* added tests
12+
513
## [0.1.8] - 2020-12-31
614
* added XMind export
715
* more than 1500 sites supported

maigret/maigret.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
import xmind
3232

33-
__version__ = '0.1.8'
33+
__version__ = '0.1.9'
3434

3535
supported_recursive_search_ids = (
3636
'yandex_public_id',

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
requires = rf.read().splitlines()
1313

1414
setup(name='maigret',
15-
version='0.1.8',
15+
version='0.1.9',
1616
description='Collect a dossier on a person by username from a huge number of sites',
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)