Skip to content

Commit

Permalink
Bump version: 1.0.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Mar 27, 2020
1 parent 4862f8d commit 5c7b0c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Medallion provides a command-line interface to start the TAXII Server
[--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}]
CONFIG_PATH
medallion v1.0.0
medallion v2.0.0
positional arguments:
CONFIG_PATH The location of the JSON configuration file to use.
Expand Down Expand Up @@ -257,7 +257,7 @@ any specific CLA-related questions to repository-cla@oasis-open.org.
:target: https://codecov.io/gh/oasis-open/cti-taxii-server
.. |Version| image:: https://img.shields.io/pypi/v/medallion.svg?maxAge=3600
:target: https://pypi.python.org/pypi/medallion/
:alt: Version 1.0.0
:alt: Version 2.0.0
.. |Documentation_Status| image:: https://readthedocs.org/projects/medallion/badge/?version=latest
:target: https://medallion.readthedocs.io/en/latest/
:alt: Documentation Status
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '2.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '2.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion medallion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "2.0.0"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 2.0.0
commit = True
tag = True

Expand All @@ -14,3 +14,4 @@ license_file = LICENSE

[bdist_wheel]
universal = 1

0 comments on commit 5c7b0c2

Please sign in to comment.