Skip to content

Commit

Permalink
Release/v4.2.1 (#193)
Browse files Browse the repository at this point in the history
* version 4.1.0 => 4.2.1

* add change log

* fix install
  • Loading branch information
chyroc authored Apr 13, 2018
1 parent 94c1121 commit 8d83511
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [v4.2.1](https://github.com/Chyroc/WechatSogou/tree/v4.2.1) (2018-04-13)
[Full Changelog](https://github.com/Chyroc/WechatSogou/compare/v4.2.0...v4.2.1)

## [v4.2.0](https://github.com/Chyroc/WechatSogou/tree/v4.2.0) (2018-04-13)
[Full Changelog](https://github.com/Chyroc/WechatSogou/compare/v4.1.0...v4.2.0)

**Closed issues:**

- 怎么样才不用输入验证码 [\#192](https://github.com/Chyroc/WechatSogou/issues/192)
- 请问为何出现input code? [\#191](https://github.com/Chyroc/WechatSogou/issues/191)
- 为什么每次都会打开Photoshop? [\#189](https://github.com/Chyroc/WechatSogou/issues/189)
- 非常奇怪的错误, 说是wechartsogou没有"WechatSougouAPI"这个属性 [\#187](https://github.com/Chyroc/WechatSogou/issues/187)
- 关于在linux上输入验证码的思路 [\#186](https://github.com/Chyroc/WechatSogou/issues/186)
- 爬下来的链接,过一段时间就不能访问了,提示链接已经过期 [\#185](https://github.com/Chyroc/WechatSogou/issues/185)

**Merged pull requests:**

- 增加微信文章明细获取 [\#190](https://github.com/Chyroc/WechatSogou/pull/190) ([mx472756841](https://github.com/mx472756841))
- release/v4.1.0 [\#184](https://github.com/Chyroc/WechatSogou/pull/184) ([Chyroc](https://github.com/Chyroc))

## [v4.1.0](https://github.com/Chyroc/WechatSogou/tree/v4.1.0) (2018-03-01)
[Full Changelog](https://github.com/Chyroc/WechatSogou/compare/v4.0.3...v4.1.0)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'setuptools>=20.6.8',
],
install_requires=[
'future', 'lxml', 'Pillow', 'requests', 'six', 'Werkzeug', 'xlrd'
'future', 'lxml', 'Pillow', 'requests', 'six', 'Werkzeug', 'xlrd', 'bs4'
],
include_package_data=True,
license='MIT License',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ deps=
nose
httpretty
hypothesis
bs4
commands =
#python setup.py test
python -m nose -vs
2 changes: 1 addition & 1 deletion wechatsogou/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'WechatSogouRequestsException']

__title__ = 'wechatsogou'
__version__ = "4.1.0"
__version__ = "4.2.1"
__author__ = 'Chyroc'

"""doc string
Expand Down

0 comments on commit 8d83511

Please sign in to comment.