Skip to content

Commit ec00bbb

Browse files
committed
Bump the version
1 parent 874ddcc commit ec00bbb

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

README.md

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

5252
```Shell
53-
sudo dpkg -i dragonfire_1.0.0_amd64.deb
53+
sudo dpkg -i dragonfire_1.0.1_amd64.deb
5454
```
5555

5656
or with Docker: `docker pull dragoncomputer/dragonfire`

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
dragonfire (1.0.1) unstable; urgency=medium
2+
3+
* Dependency issues are fixed
4+
* Several minor bugs are fixed
5+
* Python 3.6 support added
6+
* Several linguistic mistakes are fixed
7+
* A Dockerfile added
8+
* Command-line formatting improved
9+
* Add SQLite and MySQL support for the learning ability
10+
* The knowledge base used in learning, migrated from TinyDB to SQLite/MySQL
11+
* Module imports are fixed
12+
* Automatic documentation generation added using Sphinx
13+
* 134 different tests added and being checked with pytest using Travis CI
14+
* Coreference resolution added using NeuralCoref model
15+
16+
-- Mehmet Mert Yildiran <[email protected]> Mon, 7 Jan 2019 00:26:12 +0300
17+
118
dragonfire (1.0.0) unstable; urgency=medium
219

320
* Post-installation scripts are fixed

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=1.0.0
2+
Version=1.0.1
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
@@ -64,7 +64,7 @@ def pkgconfig(*packages):
6464
# Versions should comply with PEP440. For a discussion on single-sourcing
6565
# the version across setup.py and the project code, see
6666
# https://packaging.python.org/en/latest/single_source_version.html
67-
version='1.0.0',
67+
version='1.0.1',
6868
description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
6969
long_description=long_description,
7070
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)