Projects STRLCPY maigret Commits 19956f74
🤬
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.3] - 2022-04-13
     6 +* Added Sites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/386
     7 +* added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/390
     8 +* Skipped broken tests by @soxoj in https://github.com/soxoj/maigret/pull/397
     9 +* Added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/401
     10 +* Added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/404
     11 +* Updated statistics by @soxoj in https://github.com/soxoj/maigret/pull/406
     12 +* Added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/413
     13 +* Disabled houzz.com, updated sites statistics by @soxoj in https://github.com/soxoj/maigret/pull/422
     14 +* Fixed last false positives by @soxoj in https://github.com/soxoj/maigret/pull/424
     15 +* Fixed actual false positives by @soxoj in https://github.com/soxoj/maigret/pull/431
     16 + 
     17 +**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.4.2...v0.4.3
     18 + 
    5 19  ## [0.4.2] - 2022-03-07
    6 20  * [ImgBot] Optimize images by @imgbot in https://github.com/soxoj/maigret/pull/319
    7 21  * Bump pytest-asyncio from 0.17.0 to 0.17.1 by @dependabot in https://github.com/soxoj/maigret/pull/321
    skipped 238 lines
  • ■ ■ ■ ■ ■ ■
    docs/source/conf.py
    skipped 5 lines
    6 6  copyright = '2021, soxoj'
    7 7  author = 'soxoj'
    8 8   
    9  -release = '0.4.2'
    10  -version = '0.4.2'
     9 +release = '0.4.3'
     10 +version = '0.4.3'
    11 11   
    12 12  # -- General configuration
    13 13   
    skipped 24 lines
  • ■ ■ ■ ■
    docs/source/development.rst
    skipped 68 lines
    69 69  4. Get auto-generate release notes:
    70 70   
    71 71  - Open https://github.com/soxoj/maigret/releases/new
    72  -- Click `Choose a tag`, enter `test`
     72 +- Click `Choose a tag`, enter `v0.4.0` (your version)
    73 73  - Click `Create new tag`
    74 74  - Press `+ Auto-generate release notes`
    75 75  - Copy all the text from description text field below
    skipped 26 lines
  • ■ ■ ■ ■
    maigret/__version__.py
    1 1  """Maigret version file"""
    2 2   
    3  -__version__ = '0.4.2'
     3 +__version__ = '0.4.3'
    4 4   
  • ■ ■ ■ ■
    setup.py
    skipped 10 lines
    11 11   requires = rf.read().splitlines()
    12 12   
    13 13  setup(name='maigret',
    14  - version='0.4.2',
     14 + version='0.4.3',
    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