Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petli committed Sep 16, 2014
1 parent 15a7d0d commit 5b0e6c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
codplayer releases
==================

1.0
---
1.0 2014-09-16
--------------

The ripping process has been completely refactored. The old process
used cdrdao to rip both audio and the full TOC in a single pass. This
Expand Down Expand Up @@ -85,7 +85,7 @@ codplayerd:
`cdrom_read_speed`

* Fix https://github.com/petli/codplayer/issues/30: handle errors on
pause/resume in c_alsa_sink correctly
pause/resume in `c_alsa_sink` correctly


0.9.1 2014-07-14
Expand Down
2 changes: 1 addition & 1 deletion controlwidget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codplayer-control",
"version": "0.9.0",
"version": "1.0.0",
"description": "codplayer control web interface",
"homepage": "https://github.com/petli/codplayer",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'codplayer',
version = '0.9.1',
version = '1.0',
license = 'MIT',
description = 'Complicated CD player',
author = 'Peter Liljenberg',
Expand Down

0 comments on commit 5b0e6c6

Please sign in to comment.