Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Feb 24, 2015
1 parent 0b5ba54 commit be7ea7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
# The full version, including alpha/beta/rc tags.
release = sncosmo.__version__

# For the astropy_helpers.sphinx.ext.changelog_links extension.
github_issues_url = 'https://github.com/sncosmo/sncosmo/issues/'

# -- Options for HTML output ---------------------------------------------------

# A NOTE ON HTML THEMES
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def recursive_glob(basedir, pattern):
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '1.0.dev'
VERSION = '1.0.0'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down Expand Up @@ -107,11 +107,12 @@ def recursive_glob(basedir, pattern):
url=URL,
long_description=LONG_DESCRIPTION,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Scientific/Engineering :: Physics'],
cmdclass=cmdclassd,
Expand Down

0 comments on commit be7ea7a

Please sign in to comment.