Skip to content

Commit

Permalink
Bump version: 1.1.2dev → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Oct 16, 2020
1 parent 10c76c0 commit ce7eea9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2dev
current_version = 1.2.0
commit = False
tag = False
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.2dev'
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.1.2dev'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PypeIt |stars| |watch|

|pypi| |DOI_latest| |arxiv| |astropy|

**Version**: 1.1.2dev
**Version**: 1.2.0

``PypeIt`` is a Python package for semi-automated reduction of
astronomical, spectroscopic data. Its algorithms build on
Expand Down
2 changes: 1 addition & 1 deletion pypeit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def short_warning(message, category, filename, lineno, file=None, line=None):


# Set version
__version__ = '1.1.2dev'
__version__ = '1.2.0'

# Report current coverage
__coverage__ = 0.55
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_requirements():

NAME = 'pypeit'
# do not use x.x.x-dev. things complain. instead use x.x.xdev
VERSION = '1.1.2dev'
VERSION = '1.2.0'
RELEASE = 'dev' not in VERSION

# To enable pypeit ginga global plugin
Expand Down

0 comments on commit ce7eea9

Please sign in to comment.