Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Oct 16, 2017
1 parent 39db007 commit 577bebf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
Download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:

```Shell
sudo dpkg -i dragonfire_0.9.5_amd64.deb
sudo dpkg -i dragonfire_0.9.6_amd64.deb
```

<sup><i>To install the dependencies run `sudo apt-get -f install` right after the `dpkg -i` command.</i></sup>
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
dragonfire (0.9.6) unstable; urgency=medium

* Migrated from PyPI SpeechRecognition package to Kaldi Speech Recognition Toolkit
* Migrated from festival cmu_us_clb_arctic voice to flite slt voice
* Kaldi GStreamer English model is added
* Google Search built-in commands are added
* Several minor bugs are fixed
* A number of experimental(non-functional) scripts are added

-- Mehmet Mert Yildiran <[email protected]> Mon, 16 Oct 2017 21:57:32 +0000

dragonfire (0.9.5) unstable; urgency=medium

* Initial release (Closes: #869121)
Expand Down
2 changes: 1 addition & 1 deletion debian/dragonfire.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.9.5
Version=0.9.6
Type=Application
Name=Dragonfire
Comment=Virtual Assistant for Linux
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def pkgconfig(*packages):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.5',
version='0.9.6',

description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
long_description=long_description,
Expand Down

0 comments on commit 577bebf

Please sign in to comment.