summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--fixtures/__init__.py2
2 files changed, 4 insertions, 1 deletions
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__ = [