Skip to content

Commit c37b6ab

Browse files
committed
Bump version: 1.2.1 → 1.3.0
1 parent 760a798 commit c37b6ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
copyright = '2018, OASIS Open'
55
author = 'OASIS Open'
66

7-
version = '1.2.1'
8-
release = '1.2.1'
7+
version = '1.3.0'
8+
release = '1.3.0'
99

1010
extensions = [
1111
'sphinx.ext.autodoc',

setup.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='stix2-patterns',
30-
version='1.2.1',
30+
version='1.3.0',
3131
description='Validate STIX 2 Patterns.',
3232
long_description=readme,
3333
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)