diff options
Diffstat (limited to 'nova/version.py')
-rw-r--r-- | nova/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py index bf2068196..ad7670849 100644 --- a/nova/version.py +++ b/nova/version.py @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -NOVA_VERSION = ['2012', '2', None] +NOVA_VERSION = ['2013', '1', None] YEAR, COUNT, REVISION = NOVA_VERSION FINAL = False # This becomes true at Release Candidate time |