Skip to content

Commit c393805

Browse files
authored
Merge pull request #157 from karllark/add_v1
Add v1 tag
2 parents 4289101 + 15705ca commit c393805

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1.1 (unreleased)
2+
================
3+
4+
- no changes yet
5+
6+
1.0 (2017-12-29)
7+
================
8+
9+
- initial release
10+
- fully functioning code

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4848

4949
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50-
VERSION = '1.0.dev'
50+
VERSION = '1.1.dev'
5151

5252
# Indicates if this version is a release version
5353
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)