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 760a798 commit c37b6abCopy full SHA for c37b6ab
docs/conf.py
@@ -4,8 +4,8 @@
4
copyright = '2018, OASIS Open'
5
author = 'OASIS Open'
6
7
-version = '1.2.1'
8
-release = '1.2.1'
+version = '1.3.0'
+release = '1.3.0'
9
10
extensions = [
11
'sphinx.ext.autodoc',
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.1
+current_version = 1.3.0
3
commit = True
tag = True
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='stix2-patterns',
30
- version='1.2.1',
+ version='1.3.0',
31
description='Validate STIX 2 Patterns.',
32
long_description=readme,
33
long_description_content_type='text/x-rst',
0 commit comments