Skip to content

Commit 294837f

Browse files
committed
Bumpversion: 1.8.1 → 1.8.2
1 parent 4d04fb8 commit 294837f

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.1
2+
current_version = 1.8.2
33
commit = False
44
tag = False
55

@@ -13,4 +13,5 @@ replace = version = release = "{new_version}"
1313

1414
[bumpversion:file:pybpodapi/__init__.py]
1515
search = __version__ = "{current_version}"
16-
replace = __version__ = "{new_version}"
16+
replace = __version__ = "{new_version}"
17+

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# built documents.
8383
#
8484
# The short X.Y version.
85-
version = release = "1.8.1"
85+
version = release = "1.8.2"
8686

8787
# The language for content autogenerated by Sphinx. Refer to documentation
8888
# for a list of supported languages.

pybpodapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from confapp import conf
44
import loggingbootstrap
55

6-
__version__ = "1.8.1"
6+
__version__ = "1.8.2"
77
__author__ = [
88
"Ricardo Ribeiro",
99
"Carlos Mão de Ferro",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
from setuptools import setup, find_packages
44

5-
current_version = "1.8.1"
5+
current_version = "1.8.2"
66

77
requirements = [
88
"confapp",

0 commit comments

Comments
 (0)