Projects STRLCPY maigret Commits 58ae9799
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 1 lines
    2 2   
    3 3  ## [Unreleased]
    4 4   
     5 +## [0.4.1] - 2022-01-15
     6 +* Added dozen of sites, improved submit mode by @soxoj in https://github.com/soxoj/maigret/pull/288
     7 +* Bump requests from 2.26.0 to 2.27.0 by @dependabot in https://github.com/soxoj/maigret/pull/292
     8 +* changed Bayoushooter to use XenForo and foursquare to use correct checkType by @antomarsi in https://github.com/soxoj/maigret/pull/289
     9 +* Bump requests from 2.27.0 to 2.27.1 by @dependabot in https://github.com/soxoj/maigret/pull/293
     10 +* Added aparat.com by @soxoj in https://github.com/soxoj/maigret/pull/294
     11 +* Fixed BongaCams, links parsing improved by @soxoj in https://github.com/soxoj/maigret/pull/297
     12 +* Temporary fix for Twitter (#299) by @soxoj in https://github.com/soxoj/maigret/pull/300
     13 +* Fixed TikTok checks (#303) by @soxoj in https://github.com/soxoj/maigret/pull/306
     14 +* Bump pycountry from 20.7.3 to 22.1.10 by @dependabot in https://github.com/soxoj/maigret/pull/313
     15 +* Pornhub search improved by @soxoj in https://github.com/soxoj/maigret/pull/315
     16 +* Codacademy fixed by @soxoj in https://github.com/soxoj/maigret/pull/316
     17 +* Bump pytest-asyncio from 0.16.0 to 0.17.0 by @dependabot in https://github.com/soxoj/maigret/pull/314
     18 + 
     19 +**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.4.0...v0.4.1
     20 + 
    5 21  ## [0.4.0] - 2022-01-03
    6 22  * Delayed import of requests module, speed check command, reqs updated by @soxoj in https://github.com/soxoj/maigret/pull/189
    7 23  * Snapcraft yaml added by @soxoj in https://github.com/soxoj/maigret/pull/190
    skipped 185 lines
  • ■ ■ ■ ■ ■ ■
    docs/source/conf.py
    skipped 5 lines
    6 6  copyright = '2021, soxoj'
    7 7  author = 'soxoj'
    8 8   
    9  -release = '0.4.0'
    10  -version = '0.4.0'
     9 +release = '0.4.1'
     10 +version = '0.4.1'
    11 11   
    12 12  # -- General configuration
    13 13   
    skipped 24 lines
  • ■ ■ ■ ■
    maigret/__version__.py
    1 1  """Maigret version file"""
    2 2   
    3  -__version__ = '0.4.0'
     3 +__version__ = '0.4.1'
    4 4   
  • ■ ■ ■ ■
    setup.py
    skipped 10 lines
    11 11   requires = rf.read().splitlines()
    12 12   
    13 13  setup(name='maigret',
    14  - version='0.4.0',
     14 + version='0.4.1',
    15 15   description='Collect a dossier on a person by username from a huge number of sites',
    16 16   long_description=long_description,
    17 17   long_description_content_type="text/markdown",
    skipped 10 lines
Please wait...
Page is in error, reload to recover