Skip to content

Commit de2e243

Browse files
committed
Bump version: 2.6.0 -> 2.7.0
1 parent 2d6fb9d commit de2e243

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.0
2+
current_version = 2.7.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
year = '2007-2022'
2828
author = 'Sebastien Andrivet'
2929
copyright = '{0}, {1}'.format(year, author)
30-
version = release = '2.6.0'
30+
version = release = '2.7.0'
3131

3232
pygments_style = 'trac'
3333
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929

3030
setup(
3131
name='asn1',
32-
version='2.6.0',
32+
version='2.7.0',
3333
license='BSD',
3434
description='Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7+ and 3.5+.',
3535
long_description='%s\n%s' % (

src/asn1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from enum import IntEnum
2727
from numbers import Number
2828

29-
__version__ = "2.6.0"
29+
__version__ = "2.7.0"
3030

3131

3232
class Numbers(IntEnum):

0 commit comments

Comments
 (0)