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 01c8d9c commit d5122f8Copy full SHA for d5122f8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.2
+current_version = 2.0.0
3
commit = True
4
tag = True
5
README.rst
@@ -51,9 +51,9 @@ Overview
51
:alt: Supported implementations
52
:target: https://pypi.org/project/aspectlib
53
54
-.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-aspectlib/v1.5.2.svg
+.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-aspectlib/v2.0.0.svg
55
:alt: Commits since latest release
56
- :target: https://github.com/ionelmc/python-aspectlib/compare/v1.5.2...main
+ :target: https://github.com/ionelmc/python-aspectlib/compare/v2.0.0...main
57
58
59
docs/conf.py
@@ -20,7 +20,7 @@
20
year = '2014-2022'
21
author = 'Ionel Cristian Mărieș'
22
copyright = '{0}, {1}'.format(year, author)
23
-version = release = '1.5.2'
+version = release = '2.0.0'
24
25
pygments_style = 'trac'
26
templates_path = ['.']
setup.py
@@ -20,7 +20,7 @@ def read(*names, **kwargs):
setup(
name='aspectlib',
- version='1.5.2',
+ version='2.0.0',
license='BSD-2-Clause',
description='``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing',
long_description='{}\n{}'.format(
src/aspectlib/__init__.py
@@ -51,7 +51,7 @@ def isasyncfunction(obj):
isasyncfunction = None
__all__ = 'weave', 'Aspect', 'Proceed', 'Return', 'ALL_METHODS', 'NORMAL_METHODS', 'ABSOLUTELY_ALL_METHODS'
-__version__ = '1.5.2'
+__version__ = '2.0.0'
logger = getLogger(__name__)
logdebug = logf(logger.debug)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments