Skip to content

Commit

Permalink
bump: bumping version: 2.0.6.dev10 -> 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Jan 14, 2022
1 parent e5e3d66 commit 36a94c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ This project adheres to `Semantic Versioning`_-flavored `PEP 440`_.
Unreleased
==========

Added
-----

Changed
-------

Removed
-------

Fixed
-----

Known issue
-----------

2.0.6_ - 2022-01-13
===================

Added
-----
- Remove log in session file before reauth attempts if the file is older than 5 minutes.
Expand All @@ -22,9 +40,6 @@ Added
- Add Web WC error message prompt for ID 3 (`#113`_)
- 5 more emoji conversions

Changed
-------

Removed
-------
- UOS Patch removed due to deprecation.
Expand All @@ -35,9 +50,6 @@ Fixed
- Log response when account token fetched is not a valid JSON (itchat)
- Fail hot reload early by inspecting sync status upfront (itchat)

Known issue
-----------

2.0.5_ - 2021-05-22
===================

Expand Down Expand Up @@ -114,6 +126,7 @@ First release.
.. _2.0.3: https://ews.1a23.studio/compare/v2.0.2...v2.0.3
.. _2.0.4: https://ews.1a23.studio/compare/v2.0.3...v2.0.4
.. _2.0.5: https://ews.1a23.studio/compare/v2.0.4...v2.0.5
.. _2.0.6: https://ews.1a23.studio/compare/v2.0.5...v2.0.6
.. _#108: https://github.com/ehForwarderBot/efb-wechat-slave/issues/108
.. _#122: https://github.com/ehForwarderBot/efb-wechat-slave/issues/122
.. _#123: https://github.com/ehForwarderBot/efb-wechat-slave/issues/123
2 changes: 1 addition & 1 deletion efb_wechat_slave/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = "2.0.6.dev10"
__version__ = "2.0.6"

0 comments on commit 36a94c5

Please sign in to comment.