Skip to content

Commit 9484530

Browse files
committed
first release fixes (and a tiny doc fix)
1 parent 87f9e4e commit 9484530

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
First Release: v0.1, 9/15/2013
1+
0.1 (unreleased)
2+
----------------
3+
4+
- Initial release. Includes features!

docs/gama.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ This module can be used to query the GAMA (Galaxy And Mass Assembly) survey,
1111
second data release (DR2). Currently queries must be formulated in SQL. If
1212
successful, the results are returned as an `astropy.table.Table`_.
1313

14-
**SQL Queries**
14+
SQL Queries
15+
-----------
16+
1517

1618
This sends an SQL query, passed as a string, to the GAMA server and returns
1719
an `astropy.table.Table`_. For example, to return basic information on the

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
LICENSE = 'BSD'
4040

4141
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
42-
VERSION = '0.1.0'
42+
VERSION = '0.1.dev'
4343

4444
# Indicates if this version is a release version
4545
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)