Skip to content

Commit

Permalink
Preparation for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aywaldron committed Mar 12, 2019
1 parent 08d1d85 commit 58e093f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ait/gui/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ait-gui",
"version": "1.3.0",
"version": "1.4.0",
"description": "AIT GUI",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.3.0'
version = u'1.4.0'
# The full version, including alpha/beta/rc tags.
release = u'1.3.0'
release = u'1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):

setup(
name = 'ait-gui',
version = '1.3.0',
version = '1.4.0',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand All @@ -97,7 +97,7 @@ def run(self):
namespace_packages = ['ait'],
include_package_data = True,

install_requires = ['ait-core>=1.3.0'],
install_requires = ['ait-core>=1.4.0'],
extras_require = {
'docs': [
'Sphinx==1.7.2',
Expand Down

0 comments on commit 58e093f

Please sign in to comment.