From 0ca5ef9e44a3548e92e7ebf31d09c2f57349512a Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 29 Jan 2019 11:15:01 -0700 Subject: [PATCH] Preparing release 0.4.2 --- doc/changes.rst | 2 +- hpsspy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 300d4e2..f900731 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -7,7 +7,7 @@ Release Notes *Python 2 support will be dropped starting with this release.* -0.4.2 (unreleased) +0.4.2 (2019-01-29) ------------------ * Further fixes for mapping HTAR file names back to directories (PR `#6`_). diff --git a/hpsspy/__init__.py b/hpsspy/__init__.py index 091bbea..833e38d 100644 --- a/hpsspy/__init__.py +++ b/hpsspy/__init__.py @@ -23,4 +23,4 @@ class HpssOSError(HpssError): pass -__version__ = '0.4.2.dev242' +__version__ = '0.4.2'