Skip to content

Commit

Permalink
Bump version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
opacam committed Oct 31, 2018
1 parent 04cf7a1 commit 581e8c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
0.8.3 - Introduces Backend's models
-----------------------------------

General:
- Refactor some backends using the new module backends.models
- Introduces new module: backends.models
- Add backends status to README
- Better and cleaner documentation
- Python 3's f-Strings for backends modules
- Upgraded dependency for requests package (fix vulnerability)
- Split into several files the sphinx's documentation
- Migrate reports from coverage to codecov

Fixes:
- Fix backend IRadioStore (ShoutCast Radio)
- Fix backend TEDStore
- Fix backend LolcatsStore
- Fix backend AppleTrailersStore
- Fix the parsing of the soap messages with encoding declared

0.8.2 - Fixes and enhancements
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion coherence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import platform

__version_info__ = (0, 8, 2)
__version_info__ = (0, 8, 3)
__version__ = '.'.join(map(str, __version_info__))
__url__ = 'https://github.com/opacam/Cohen3'
__service_name__ = 'Cohen3'
Expand Down

0 comments on commit 581e8c2

Please sign in to comment.