We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0888d19 commit 666ee46Copy full SHA for 666ee46
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.0
+current_version = 1.5.1
3
commit = True
4
tag = True
5
README.rst
@@ -55,9 +55,9 @@ Overview
55
:alt: Supported implementations
56
:target: https://pypi.org/project/aspectlib
57
58
-.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-aspectlib/v1.5.0.svg
+.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-aspectlib/v1.5.1.svg
59
:alt: Commits since latest release
60
- :target: https://github.com/ionelmc/python-aspectlib/compare/v1.5.0...master
+ :target: https://github.com/ionelmc/python-aspectlib/compare/v1.5.1...master
61
62
63
docs/conf.py
@@ -20,7 +20,7 @@
20
year = '2014-2020'
21
author = 'Ionel Cristian Mărieș'
22
copyright = '{0}, {1}'.format(year, author)
23
-version = release = '1.5.0'
+version = release = '1.5.1'
24
25
pygments_style = 'trac'
26
templates_path = ['.']
setup.py
@@ -25,7 +25,7 @@ def read(*names, **kwargs):
setup(
27
name='aspectlib',
28
- version='1.5.0',
+ version='1.5.1',
29
license='BSD-2-Clause',
30
description='``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing',
31
long_description='%s\n%s' % (
src/aspectlib/__init__.py
@@ -57,7 +57,7 @@ def isasyncfunction(obj):
isasyncfunction = None
__all__ = 'weave', 'Aspect', 'Proceed', 'Return', 'ALL_METHODS', 'NORMAL_METHODS', 'ABSOLUTELY_ALL_METHODS'
-__version__ = '1.5.0'
+__version__ = '1.5.1'
logger = getLogger(__name__)
logdebug = logf(logger.debug)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments