Skip to content

Commit

Permalink
prepare v1.6.4 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Jan 8, 2024
1 parent 9fbf9fb commit 85cd3d8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions HISTORY.md
@@ -1,6 +1,21 @@
## History / Changelog


### 1.6.4

Maintenance:
- MacOS: fix setup, update htmldate and add tests (#460)
- drop invalid XML element attributes with @vbarbaresi in #462
- remove cyclic imports (#458)

Navigation:
- introduce `MAX_REDIRECTS` config setting and fix urllib3 redirect handling by @vbarbaresi in #461
- improve feed detection (#457)

Documentation:
- enhancements to documentation and testing with @Maddesea in #456


### 1.6.3

Extraction:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = 'trafilatura'
copyright = '2023, Adrien Barbaresi'
copyright = '2024, Adrien Barbaresi'
html_show_sphinx = False
author = 'Adrien Barbaresi'
version = trafilatura.__version__
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,6 +1,6 @@
# with version specifier
sphinx>=7.2.6
pydata-sphinx-theme>=0.14.4
pydata-sphinx-theme>=0.15.1
docutils>=0.20.1
# without version specifier
trafilatura
Expand Down
4 changes: 2 additions & 2 deletions trafilatura/__init__.py
Expand Up @@ -8,8 +8,8 @@
__title__ = 'trafilatura'
__author__ = 'Adrien Barbaresi and contributors'
__license__ = 'GNU GPL v3+'
__copyright__ = 'Copyright 2019-2023, Adrien Barbaresi'
__version__ = '1.6.3'
__copyright__ = 'Copyright 2019-2024, Adrien Barbaresi'
__version__ = '1.6.4'


import logging
Expand Down

0 comments on commit 85cd3d8

Please sign in to comment.