From cae4e7c577b2f7033e313c4c60f46fb72c0ae93b Mon Sep 17 00:00:00 2001 From: archang Date: Thu, 4 Feb 2016 14:07:37 +0800 Subject: [PATCH] Push version to v3.0.dev4 --- CHANGELOG.rst | 7 +++++++ client/package.json | 2 +- server/ams/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fd657e9..31b7315 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,12 @@ Changelog ========= +Version 3.0.dev4 (2016.02.04) +----------------------------- +- Enable modifying node list in the setting page of client. +- Name the python part of ams 'ams-server'. +- Easier distribution of ams-server and ams-client through tar.gz files. +- Add installation guide. + Version 3.0.dev3 (2016.01.25) ----------------------------- - Support and focus on AvalonMiner6. diff --git a/client/package.json b/client/package.json index d077561..ea423ca 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "ams-client", "description": "Web Client for AMS", "license": "GPL-3.0", - "version": "3.0.dev3", + "version": "3.0.dev4", "devDependencies": { "grunt": "^0.4.5", "grunt-banner": "^0.6.0", diff --git a/server/ams/__init__.py b/server/ams/__init__.py index c87acee..8d29b1d 100644 --- a/server/ams/__init__.py +++ b/server/ams/__init__.py @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with AMS. If not, see . -__version__ = '3.0.dev3' +__version__ = '3.0.dev4'