Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Update version to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Pihach committed Aug 22, 2019
1 parent ddd7c9e commit bf665ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.14.1
current_version = 2.15.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "Juju GUI",
"manifest_version": 2,
"version": "2.14.1",
"version": "2.15.0",

"description": "Manage your Juju environment",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Juju Developers",
"name": "juju-gui",
"description": "Juju GUI build dependencies",
"version": "2.14.1",
"version": "2.15.0",
"homepage": "http://launchpad.net/juju-gui",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@ def parse_requirements(filename):

setup(
name="jujugui",
version="2.14.1",
version="2.15.0",
description="jujugui",
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit bf665ee

Please sign in to comment.