Skip to content

Commit

Permalink
Bump version: 0.11.1dev → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Dec 23, 2019
1 parent 457f13c commit 3123899
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.11.1dev
current_version = 0.12.0
commit = False
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.11.1dev'
release = '0.12.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 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__ = '0.11.1dev'
__version__ = '0.12.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 @@ -50,7 +50,7 @@ def get_requirements():

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

def run_setup(data_files, scripts, packages, install_requires):
Expand Down

0 comments on commit 3123899

Please sign in to comment.