Skip to content

Commit

Permalink
🔖 Downgrade version to v0.9.3
Browse files Browse the repository at this point in the history
Since PyPI auto upload feature not worked
  • Loading branch information
opacam committed Apr 26, 2020
1 parent 83e2dde commit a30ac43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
0.9.4 - Remove BBC backend
0.9.3 - Remove BBC backend
--------------------------

General:
- Remove `bbc` backend  (because bbc shutdown rss service)
- Implement PEP517 & PEP518 (`pyproject.toml` using `poetry`)
- Replace `Pipenv` for `Poetry`

Fixes:
- PkgResourcesDeprecationWarning: Parameters to load are deprecated (when loading plugin)

0.9.3 - Poetry & autorelease
----------------------------

General:
- Implement PEP517 & PEP518 (`pyproject.toml` using `poetry`)
- Replace `Pipenv` for `Poetry`

0.9.2 - Fixes/updates dependencies
----------------------------------

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, 9, 4)
__version_info__ = (0, 9, 3)
__version__ = '.'.join(map(str, __version_info__))
__url__ = 'https://github.com/opacam/Cohen3'
__service_name__ = 'Cohen3'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "Cohen3"
version = "0.9.4"
version = "0.9.3"
description = "Cohen3 - DLNA/UPnP Media Server"
license = "MIT"
readme = "README.rst"
Expand Down

0 comments on commit a30ac43

Please sign in to comment.