Skip to content

Commit

Permalink
Merge pull request #344 from mperrin/back_to_dev
Browse files Browse the repository at this point in the history
version number back to dev mode, post 0.9.0
  • Loading branch information
mperrin committed Nov 26, 2019
2 parents a276feb + 73ed853 commit 27cf293
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Release Notes

For a list of contributors, see :ref:`about`.

0.9.1
-----

.. _rel0.9.1:

*2020 Date TBD*

**New Functionality:**

* future changes go here

0.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

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

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit 27cf293

Please sign in to comment.