Commit 3e02e86e by Eric Fischer

Version 1.0.0 release

Seeing as ora2 is reasonably stable at this point, having been in
production for some time, I move that we transition our versioning
scheme from "arbitrarily increment the last digit in 0.2.x" to
semantic versioning as recommended by GitHub.

This is arbitrarily being declared the 1.0.0 release, all subsequent
releases should follow the guidlines described at http://semver.org/
parent d91f64cd
......@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):
setup(
name='ora2',
version='0.2.9',
version='1.0.0',
author='edX',
url='http://github.com/edx/edx-ora2',
description='edx-ora2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment