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

Commit

Permalink
Bump version: 2.1.1 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Crittenden committed Apr 12, 2016
1 parent 97b6fb5 commit ab8950c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.1
current_version = 2.1.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Juju GUI",
"manifest_version": 2,
"version": "2.1.1",
"version": "2.1.2",

"description": "Manage your Juju environment",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Juju Developers",
"name": "juju-gui",
"description": "Juju GUI build dependencies",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "http://launchpad.net/juju-gui",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
tests_require = [str(req.req) for req in test_requirements]

setup(name='jujugui',
version='2.1.1',
version='2.1.2',
description='jujugui',
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit ab8950c

Please sign in to comment.