From 6c4ca33cee56e2af890a08890d3ab392f365334f Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Tue, 18 Dec 2018 18:22:37 -0800 Subject: [PATCH] Bump version to 0.3.0 and add alpha version disclaimer (#317) * bump version to 0.3.0 * add a suffix * remove a * add alpha disclaimer from readme --- README.rst | 10 ++++++++-- openfermioncirq/_version.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c7d1b2c1..eaa4c5e5 100644 --- a/README.rst +++ b/README.rst @@ -84,8 +84,14 @@ When using OpenFermion-Cirq for research projects, please cite: We are happy to include future contributors as authors on later releases. -Disclaimer -========== +Alpha Disclaimer +================ + +**OpenFermion-Cirq is currently in alpha.** +We are still making breaking changes. +We *will* break your code when we make new releases. +We recommend that you target a specific version of OpenFermion-Cirq, and periodically bump to the latest release. +That way you have control over when a breaking change affects you. Copyright 2018 The OpenFermion Developers. This is not an official Google product. diff --git a/openfermioncirq/_version.py b/openfermioncirq/_version.py index 72ef448e..b96bf566 100644 --- a/openfermioncirq/_version.py +++ b/openfermioncirq/_version.py @@ -12,4 +12,4 @@ """Define version number here and read it from setup.py automatically""" -__version__ = "0.2.3.dev" +__version__ = "0.3.0"