Skip to content

Commit acb45ba

Browse files
committed
Merge branch 'hotfix/0.2.8'
2 parents 16b3c9b + 923b910 commit acb45ba

14 files changed

+20
-17
lines changed

AstroObject/AnalyticSpectra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-10-12.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
# Parent Modules

AstroObject/AnalyticSpectraObjects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-10-12.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
# Parent Modules

AstroObject/AstroFITS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-11-08.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
# Parent Modules

AstroObject/AstroImage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-04-28.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
# Parent Modules

AstroObject/AstroObject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-10-19.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
# This file maintains compatability with the 0.2 API for base classes

AstroObject/AstroObjectBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-10-12.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010

AstroObject/AstroSpectra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-10-07.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010

AstroObject/Utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Created by Alexander Rudy on 2011-10-07.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
import matplotlib as mpl

AstroObject/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.7
1+
0.2.8

AstroObject/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# Created by Alexander Rudy on 2011-10-07.
66
# Copyright 2011 Alexander Rudy. All rights reserved.
7-
# Version 0.2.7
7+
# Version 0.2.8
88
#
99

1010
import logging,time,sys,os
1111

1212

13-
__version__ = '0.2.7'
13+
__version__ = '0.2.8'
1414

1515
__all__ = ['AnalyticSpectra','AstroImage','AstroObjectBase','AstroSpectra','Utilities']
1616

Docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.2.7'
51+
version = '0.2.8'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.2.7'
53+
release = '0.2.8'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Created by Alexander Rudy on 2011-10-07.
66
Copyright 2011 Alexander Rudy. All rights reserved.
77

8-
Version 0.2.7
8+
Version 0.2.8
99

1010
---
1111

@@ -98,5 +98,8 @@ As well, the library is useful for building object-based representations of new
9898
- Documentation of Utilities
9999
* 0.2.6
100100
- Compatible with SetupTools setup.py paradigm
101-
101+
* 0.2.7
102+
- Fix for missing VERSION file in `install`-ed package
103+
* 0.2.8
104+
- Release Notes for 0.2.7 and 0.2.8
102105

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.7
1+
0.2.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name = "AstroObject",
4-
version = "0.2.7",
4+
version = "0.2.8",
55
py_modules=["AstroObject"],
66
packages = find_packages(
77
exclude=['tests.*'],

0 commit comments

Comments
 (0)