Skip to content

Commit

Permalink
Merge pull request #12 from edina/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.0.0
  • Loading branch information
BertR committed Jun 22, 2020
2 parents d7377a6 + 255d092 commit 325cd1a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog


## v1.0.0

First release of nbexchange after open sourcing the code.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
description: Nbexchange is a server-side component to nbgrader for keeping track of notebook assignments
name: nbexchange
version: 0.1.0
version: 1.0.0
2 changes: 1 addition & 1 deletion nbexchange/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 5, 2)
VERSION = (1, 0, 0)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbgrader-exchange-service",
"version": "0.0.0",
"version": "1.0.0",
"description": "Jupyterhub extension that provides an exchange service for nbgrader.",
"author": "Bert Robberechts, Ian Stuart",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 325cd1a

Please sign in to comment.