Skip to content

Commit

Permalink
Bump to v0.0.25 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj authored Jul 24, 2023
1 parent 4503617 commit 5d43253
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [0.0.24] - 2023-07-24
* Added memory.lol by @soxoj in https://github.com/soxoj/socid-extractor/pull/156

**Full Changelog**: https://github.com/soxoj/socid-extractor/compare/v0.0.24...v0.0.25

## [0.0.24] - 2023-07-07
* Added aparat.com, added list of methods by @soxoj in https://github.com/soxoj/socid-extractor/pull/116
* Bump pytest from 6.2.5 to 7.1.2 by @dependabot in https://github.com/soxoj/socid-extractor/pull/126
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setup(name='socid-extractor',
version='0.0.24',
version='0.0.25',
description='Extract accounts\' identifiers from personal pages on various platforms',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion socid_extractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .main import extract, parse, parse_cookies, mutate_url

__version__ = '0.0.24'
__version__ = '0.0.25'
__title__ = 'socid_extractor'
__package__ = 'socid_extractor'
__author__ = 'soxoj'
Expand Down

0 comments on commit 5d43253

Please sign in to comment.