Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Creating new patch release at version 2.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
godfoder committed Jan 19, 2017
1 parent e923b8e commit 33428dc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"directory": "public/components",
"dependencies": {
"jquery": "*",
"bootstrap": "~>3",
"underscore": "*",
"jquery": "*"
"underscore": "*"
},
"version": "2.5.1",
"directory": "public/components",
"name": "idigbio-media-appliance",
"version": "2.5.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ specs:
- python 3.5*
- conda
- idigbio-media-appliance
version: 2.5.0
version: 2.5.1
2 changes: 1 addition & 1 deletion idigbio_media_appliance/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.5.0"
VERSION = "2.5.1"
8 changes: 4 additions & 4 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
- idigbio_media_appliance=idigbio_media_appliance.__main__:main
package:
name: idigbio-media-appliance
version: 2.5.0
version: 2.5.1
requirements:
build:
- python
Expand Down Expand Up @@ -35,9 +35,9 @@ requirements:
- unicodecsv
- idigbio
source:
fn: idigbio-media-appliance-2.5.0.tar.gz
md5: 240512f9b589f3d775973d5bcb676789
url: https://pypi.python.org/packages/4c/68/4dd27674aab4c27066ce6019dd7e4bb1e553ba1842fe3abc5bfefa066ee0/idigbio-media-appliance-2.5.0.tar.gz
fn: idigbio-media-appliance-2.5.1.tar.gz
md5: 23d2948ae2b15e0804dd499d66d6cab0
url: https://pypi.python.org/packages/1b/c5/bf31edea8a90f23c0333922c621b5d357c2f63b9a00f4fc8988fd9574e11/idigbio-media-appliance-2.5.1.tar.gz
test:
commands:
- idigbio_media_appliance --help
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"engines": {
"node": "*"
},
"devDependencies": {},
"author": "Alex Thompson <[email protected]>",
"description": "iDigBio Media Appliance",
"version": "2.5.0",
"version": "2.5.1",
"repository": "http://github.com/idigbio/idigbio-media-appliance",
"dependencies": {
"react": "^0.14.7",
"bootstrap": "^3.3.6",
"react-dom": "^0.14.7",
"browserify": "^13.0.0",
"reactify": "^1.1.1",
"bootstrap-notify": "^3.1.3",
"jquery": "^2.2.1"
},
"name": "idigbio-media-appliance",
"contributors": [
{
"email": "[email protected]",
"name": "Alex Thompson"
}
],
"name": "idigbio-media-appliance",
"engines": {
"node": "*"
},
"description": "iDigBio Media Appliance",
"dependencies": {
"react-dom": "^0.14.7",
"jquery": "^2.2.1",
"bootstrap-notify": "^3.1.3",
"reactify": "^1.1.1",
"bootstrap": "^3.3.6",
"browserify": "^13.0.0",
"react": "^0.14.7"
},
"author": "Alex Thompson <[email protected]>",
"keywords": []
}

0 comments on commit 33428dc

Please sign in to comment.