Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msneddon committed Feb 11, 2016
1 parent 23f1989 commit b6107a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# KBase Catalog

KBase core service to manage app and module information, registration, and release.

Build status (develop branch):
[![Build Status](https://travis-ci.org/kbase/catalog.svg?branch=develop)](https://travis-ci.org/kbase/catalog)
[![Build Status](https://travis-ci.org/kbase/catalog.svg)](https://travis-ci.org/kbase/catalog)


v1.0.0 - 2/11/14
- First release, all features are new
- Dynamic KBase SDK module registration
- Management of the module release process (dev->beta->release)
- Versioning of all release versions
- Basic query and search of modules
- Management of approved KBase developers
- Management of favorite Apps
- Tracking and query of SDK module run statistics
- Admin methods for approving modules/developers, updating module state
2 changes: 1 addition & 1 deletion lib/biokbase/catalog/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File that simply defines version information
CATALOG_VERSION = '0.0.10'
CATALOG_VERSION = '1.0.0'
2 changes: 1 addition & 1 deletion test/basic_catalog_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BasicCatalogTest(unittest.TestCase):


def test_version(self):
self.assertEqual(self.catalog.version(self.cUtil.anonymous_ctx()),['0.0.10'])
self.assertEqual(self.catalog.version(self.cUtil.anonymous_ctx()),['1.0.0'])


def test_is_registered(self):
Expand Down

0 comments on commit b6107a0

Please sign in to comment.