From d2fa46d680ca75500e77bff3593cf20c911dfe01 Mon Sep 17 00:00:00 2001 From: hack Date: Wed, 23 Oct 2013 20:40:19 +0000 Subject: STWCS v1.1.2: This update only includes changes to the headerlet module and related TEAL interface modules. The changes include: - Fix calls to PyFITS to allow writing of headerlet out to files - Implement support for multiple file inputs for apply_header, delete_headerlet and attach_headerlet TEAL tasks and their underlying Python interfaces. (Ticket #1063) The docstrings for all updated headerlet functions were updated to reflect the new input capabilities. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@26987 fe389314-cf27-0410-b35b-8c050e845b92 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9c83e53..66d6088 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = stwcs # version is the *next* version to be release, with .dev at the end if it is not final -version = 1.1.1.dev +version = 1.1.2.dev author = Nadia Dencheva, Warren Hack author-email = help@stsci.edu summary = Recomputes the WCS of an HST observation and puts all distortion -- cgit