Skip to content

Commit 1069519

Browse files
committed
Bump version: 2.0.1 → 3.0.0
1 parent 3bba676 commit 1069519

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Medallion provides a command-line interface to start the TAXII Server
5959
[--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}]
6060
CONFIG_PATH
6161
62-
medallion v2.0.1
62+
medallion v3.0.0
6363
6464
positional arguments:
6565
CONFIG_PATH The location of the JSON configuration file to use.
@@ -261,7 +261,7 @@ any specific CLA-related questions to [email protected].
261261
:alt: Codecov Coverage
262262
.. |Version| image:: https://img.shields.io/pypi/v/medallion.svg?maxAge=3600
263263
:target: https://pypi.python.org/pypi/medallion/
264-
:alt: PyPI Version 2.0.1
264+
:alt: PyPI Version 3.0.0
265265
.. |Documentation_Status| image:: https://readthedocs.org/projects/medallion/badge/?version=latest
266266
:target: https://medallion.readthedocs.io/en/latest/
267267
:alt: ReadTheDocs Documentation Status

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '2.0.1'
61+
version = '3.0.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.0.1'
63+
release = '3.0.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

medallion/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.1"
1+
__version__ = "3.0.0"

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 = 2.0.1
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)