Skip to content

Commit 3125695

Browse files
committed
Bump the version
1 parent 9e462c1 commit 3125695

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
4848
Download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:
4949

5050
```Shell
51-
sudo dpkg -i dragonfire_0.9.9_amd64.deb
51+
sudo dpkg -i dragonfire_1.0.0_amd64.deb
5252
```
5353

5454
<sup><i>To install the dependencies run `sudo apt-get -f install` right after the `dpkg -i` command. The installation will automatically download the pre-trained English model of Mozilla DeepSpeech (1.31 GB download size) and will place it under `/usr/share/dragonfire/deepspeech/models` directory. You can manually [download the model](https://github.com/mozilla/DeepSpeech/releases/download/v0.1.1/deepspeech-0.1.1-models.tar.gz) if you want.</i></sup>

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
dragonfire (1.0.0) unstable; urgency=medium
2+
3+
* Post-installation scripts are fixed
4+
* An API implemented
5+
* The project is turned into more of a server-side application although it's continuing to preserve the features of its desktop application aspect
6+
* The package is now Python 3 only
7+
* Universal Python wheel generation disabled
8+
* Basic Analyzer (done in dragonfire/__init__.py) is heavily pruned and improved. Now it's purely spaCy based
9+
* Omniscient and Learner classes are refactored
10+
* Learning ability now can store data (that comes from many different Android users) on MySQL database seamlessly
11+
* Gspeech alternative added
12+
13+
-- Mehmet Mert Yildiran <[email protected]> Tue, 19 Jun 2018 01:57:10 +0300
14+
115
dragonfire (0.9.9) unstable; urgency=medium
216

317
* Twitter integration implemented

debian/dragonfire.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Version=0.9.9
2+
Version=1.0.0
33
Type=Application
44
Name=Dragonfire
55
Comment=Virtual Assistant for Linux

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def pkgconfig(*packages):
5454
# Versions should comply with PEP440. For a discussion on single-sourcing
5555
# the version across setup.py and the project code, see
5656
# https://packaging.python.org/en/latest/single_source_version.html
57-
version='0.9.9',
57+
version='1.0.0',
5858
description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
5959
long_description=long_description,
6060

0 commit comments

Comments
 (0)