Skip to content
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.

Commit

Permalink
bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Dec 28, 2018
1 parent 7f46144 commit d6ecbfb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 2.2 (2018-12-28)
- 发一个 2.2 的正式版(经过测试,相对稳定)

## 2.2b1 (2018-12-02)
- QQ 音乐支持显示歌手和专辑详情
- 设计变化:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def __getattr__(self, name):
# built documents.
#
# The short X.Y version.
version = u'2.1'
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.1'
release = u'2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fuocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .library import Library # noqa


__version__ = '2.2b1'
__version__ = '2.2'


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 但目前导入 fuocore 包时,会执行 mpv.py 中部分代码,
# 执行过程可能会有一些副作用。
# NOTE: 记得更新 docs/source/conf.py 中文档版本
version='2.2b1',
version='2.2',
description='feeluown core',
author='Cosven',
author_email='yinshaowen241@gmail.com',
Expand Down

0 comments on commit d6ecbfb

Please sign in to comment.