Skip to content

Commit a7ef188

Browse files
committed
Bump version: 2.3.1 -> 2.4.0
1 parent 1722014 commit a7ef188

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.3.1
2+
current_version = 2.4.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
@@ -26,7 +26,7 @@
2626
year = '2007-2020'
2727
author = 'Sebastien Andrivet'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = '2.3.1'
29+
version = release = '2.4.0'
3030

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

setup.py

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

3232
setup(
3333
name='asn1',
34-
version='2.3.1',
34+
version='2.4.0',
3535
license='BSD',
3636
description='Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7+ and 3.5+.',
3737
long_description='%s\n%s' % (

src/asn1.py

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

28-
__version__ = "2.3.1"
28+
__version__ = "2.4.0"
2929

3030

3131
class Numbers(IntEnum):

0 commit comments

Comments
 (0)