Skip to content

Commit d0548e3

Browse files
committed
Preparing release 1.0rc1
1 parent f4c4b3f commit d0548e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.0 (unreleased)
2-
----------------
1+
1.0rc1 (2015-01-27)
2+
-------------------
33

44
General
55
^^^^^^^

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
NAME = 'astropy'
2626

2727
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
28-
VERSION = '1.0.dev'
28+
VERSION = '1.0rc1'
2929

3030
# Indicates if this version is a release version
3131
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)