Skip to content

Commit d92a63a

Browse files
author
=
committed
stable release
1 parent c7d279e commit d92a63a

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

HISTORY.rst

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
=======
2-
History
3-
=======
4-
5-
0.1.5 (2020-03-14)
6-
------------------

b_rabbit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = """Nidhal Baccouri"""
66
__email__ = '[email protected]'
7-
__version__ = '1.1.1'
7+
__version__ = '1.1.2'
88

99
__all__ = [BRabbit]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.1.2
33
commit = True
44
tag = True
55

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author_email='[email protected]',
2323
python_requires='>=3.4',
2424
classifiers=[
25-
'Development Status :: 4 - Beta',
25+
'Development Status :: 5 - Production/Stable',
2626
'Intended Audience :: Developers',
2727
'License :: OSI Approved :: MIT License',
2828
'Natural Language :: English',
@@ -45,6 +45,6 @@
4545
test_suite='tests',
4646
tests_require=test_requirements,
4747
url='https://github.com/nidhaloff/b_rabbit',
48-
version='1.1.1',
48+
version='1.1.2',
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)