From 0ff39a513fc2750f029bb1366d642498a04d58eb Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 28 Oct 2014 09:24:00 +1300 Subject: Release 1.0.0 --- NEWS | 3 +++ fixtures/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ed87c53..e0c5626 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ fixtures release notes NEXT ~~~~ +1.0.0 +~~~~~ + CHANGES ------- diff --git a/fixtures/__init__.py b/fixtures/__init__.py index cc3ca6e..0eb7c04 100644 --- a/fixtures/__init__.py +++ b/fixtures/__init__.py @@ -42,7 +42,7 @@ Most users will want to look at TestWithFixtures and Fixture, to start with. #_version = pbr.version.VersionInfo('fixtures').semantic_version() #__version__ = _version.version_tuple() #version = _version.release_string() -__version__ = (0, 3, 17, 'final', 0) +__version__ = (1, 0, 0, 'final', 0) __all__ = [ -- cgit v1.2.1