Skip to content

Commit

Permalink
feat: v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Sep 22, 2023
1 parent cc5dfc0 commit bf121ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
- Improve documentation
- Add more test function

## 0.2.6

### Fixed

- fix no watermark image url error

## 0.2.5

### Added
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
4 changes: 2 additions & 2 deletions xhs/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
__title__ = "xhs"
__description__ = "xiaohongshu crawl sdk."
__url__ = "https://github.com/ReaJason/xhs"
__version__ = "0.2.5"
__build__ = 0x000205
__version__ = "0.2.6"
__build__ = 0x000206
__author__ = "ReaJason"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit bf121ea

Please sign in to comment.