Skip to content

Commit

Permalink
Bump version: 1.1.7 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 18, 2019
1 parent 8f28012 commit f378457
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
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = {new_version}
current_version = 1.1.7
current_version = 1.2.0

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# buzzword

> Version 1.1.7
> Version 1.2.0
[![Build Status](https://travis-ci.org/interrogator/buzzword.svg?branch=master)](https://travis-ci.org/interrogator/buzzword)
[![readthedocs](https://readthedocs.org/projects/buzzword/badge/?version=latest)](https://buzzword.readthedocs.io/en/latest/)
Expand Down
2 changes: 1 addition & 1 deletion buzzword/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.7"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):

setup(
name="buzzword",
version="1.1.7", # bump2version will edit this automatically!
version="1.2.0", # bump2version will edit this automatically!
description="Web-app for corpus linguistics",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f378457

Please sign in to comment.