Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Jan 6, 2019
1 parent 874ddcc commit ec00bbb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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_1.0.0_amd64.deb
sudo dpkg -i dragonfire_1.0.1_amd64.deb
```

or with Docker: `docker pull dragoncomputer/dragonfire`
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
dragonfire (1.0.1) unstable; urgency=medium

* Dependency issues are fixed
* Several minor bugs are fixed
* Python 3.6 support added
* Several linguistic mistakes are fixed
* A Dockerfile added
* Command-line formatting improved
* Add SQLite and MySQL support for the learning ability
* The knowledge base used in learning, migrated from TinyDB to SQLite/MySQL
* Module imports are fixed
* Automatic documentation generation added using Sphinx
* 134 different tests added and being checked with pytest using Travis CI
* Coreference resolution added using NeuralCoref model

-- Mehmet Mert Yildiran <[email protected]> Mon, 7 Jan 2019 00:26:12 +0300

dragonfire (1.0.0) unstable; urgency=medium

* Post-installation scripts are fixed
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=1.0.0
Version=1.0.1
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 @@ -64,7 +64,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='1.0.0',
version='1.0.1',
description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ec00bbb

Please sign in to comment.