Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed May 18, 2022
1 parent d241c78 commit 168e660
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## History / Changelog


### 1.2.2
- more efficient rules for extraction
- metadata: further attributes used (with @felipehertzer)
- better baseline extraction
- issues fixed: #202, #204, #205
- evaluation updated


### 1.2.1
- ``--precision`` and ``--recall`` arguments added to the CLI
- better text cleaning: paywalls and comments
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_long_description():
install_requires=[
'certifi',
'charset_normalizer >= 2.0.12',
'courlan >= 0.7.1',
'courlan >= 0.7.2',
'htmldate >= 1.2.1',
'justext >= 3.0.0',
'lxml >= 4.6.4',
Expand Down
2 changes: 1 addition & 1 deletion trafilatura/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = 'Adrien Barbaresi and contributors'
__license__ = 'GNU GPL v3+'
__copyright__ = 'Copyright 2019-2022, Adrien Barbaresi'
__version__ = '1.2.1'
__version__ = '1.2.2'


import logging
Expand Down

0 comments on commit 168e660

Please sign in to comment.