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.12.2 → 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Pihach committed May 11, 2018
1 parent 2675561 commit dd800f4
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.12.2
current_version = 2.12.3
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.12.2",
"version": "2.12.3",

"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.12.2",
"version": "2.12.3",
"homepage": "http://launchpad.net/juju-gui",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def parse_requirements(filename):
tests_requires = parse_requirements("test-requirements.txt")

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

0 comments on commit dd800f4

Please sign in to comment.