Skip to content

Commit

Permalink
Preparing release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Apr 28, 2018
1 parent 4cecfb2 commit ed79602
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
1.1 (unreleased)
1.1 (2018-04-28)
================

- pip installable version
- library files in BEAST_PATH, ~/.beast, or in src directory beast/beast/libs
- automated regression testing
- distance added as 7th variable
- optimized generation of ASTs for toothpick model
- ASTs locations in observed images can be based on residual surface brightness image
- various bugfixes

1.0 (2017-12-29)
================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ edit_on_github = False
github_project = BEAST-Fitting/beast
install_requires = astropy scipy tables
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
version = 1.1.dev
version = 1.1

[entry_points]
astropy-package-template-example = beast.example_mod:main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

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

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

0 comments on commit ed79602

Please sign in to comment.