From 8949b77d18bd6726e8346fd48dc6439bf2199193 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Wed, 22 Apr 2015 16:50:30 -0400 Subject: [PATCH] Preparing for 0.2.1 tag --- doc/changes.rst | 4 ++-- hpsspy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 9378eec..5cba55e 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,10 +2,10 @@ Release Notes ============= -0.2.1 (unreleased) +0.2.1 (2015-04-22) ------------------ -* No changes yet. +* Fixed some setup.py errors, no code changes. 0.2.0 (2015-04-22) ------------------ diff --git a/hpsspy/__init__.py b/hpsspy/__init__.py index 697183e..864345a 100644 --- a/hpsspy/__init__.py +++ b/hpsspy/__init__.py @@ -30,4 +30,4 @@ class HpssOSError(HpssError): # # # -__version__ = '0.2.1.dev' +__version__ = '0.2.1'