Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release-0.4.8' into v0.4.x
Browse files Browse the repository at this point in the history
Conflicts:
	ah_bootstrap.py
	astropy_helpers/__init__.py
  • Loading branch information
embray committed Mar 5, 2015
2 parents e8b5164 + 9caadd5 commit 8ed1011
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astropy-helpers Changelog
=========================

0.4.8 (unreleased)
0.4.8 (2015-03-04)
------------------

- Improved the ``ah_bootstrap`` script's ability to override existing
Expand Down
2 changes: 1 addition & 1 deletion ah_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
# issue)
try:
import matplotlib
matplotlib.rcParams['backend_fallback'] = False
matplotlib.use('Agg')
import matplotlib.pyplot
except:
# Ignore if this fails for *any* reason*
Expand Down
2 changes: 1 addition & 1 deletion astropy_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# issue)
try:
import matplotlib
matplotlib.rcParams['backend_fallback'] = False
matplotlib.use('Agg')
import matplotlib.pyplot
except:
# Ignore if this fails for *any* reason*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from astropy_helpers.version_helpers import generate_version_py

NAME = 'astropy_helpers'
VERSION = '0.4.8.dev'
VERSION = '0.4.8'
RELEASE = 'dev' not in VERSION
DOWNLOAD_BASE_URL = 'http://pypi.python.org/packages/source/a/astropy-helpers'

Expand Down

0 comments on commit 8ed1011

Please sign in to comment.