Skip to content

Commit

Permalink
Bump version: 0.166.1 → 0.166.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 13, 2019
1 parent 65efb45 commit 1dc3684
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 = 0.166.1
current_version = 0.166.2
files = setup.py package.json patzilla/version.py docs/conf.py
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.166.1'
version = u'0.166.2'
# The full version, including alpha/beta/rc tags.
release = u'0.166.1'
release = u'0.166.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patzilla-ui",
"description": "PatZilla is a modular patent information research platform and toolkit with a modern user interface and access to multiple data sources.",
"version": "0.166.1",
"version": "0.166.2",
"license": [
"AGPL 3",
"EUPL 1.2"
Expand Down
2 changes: 1 addition & 1 deletion patzilla/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.166.1'
__version__ = '0.166.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
]

setup(name='patzilla',
version='0.166.1',
version='0.166.2',
description='PatZilla is a modular patent information research platform and data integration ' \
'toolkit. It features a modern user interface and access to multiple data sources.',
long_description=README,
Expand Down

0 comments on commit 1dc3684

Please sign in to comment.