Skip to content

Commit

Permalink
Bump version from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Apr 8, 2021
1 parent e9cdbee commit 9b10360
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ full_name: Lukas Heumos
email: [email protected]
project_name: lcep-package
project_short_description: Python package for lcep.
version: 2.0.0
version: 2.0.1
license: MIT
command_line_interface: Click
testing_library: pytest
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog

This project adheres to `Semantic Versioning <https://semver.org/>`_.

2.0.1 (2021-04-08)
------------------

**Added**

**Fixed**

**Dependencies**

**Deprecated**


2.0.0 (2021-04-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1

[bumpversion_files_whitelisted]
setup_file = setup.py
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# the built documents.
#
# The short X.Y version.
version = '2.0.0'
version = '2.0.1'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lcep_package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Lukas Heumos"""
__email__ = '[email protected]'
__version__ = '2.0.0'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def walker(base, *paths):
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mlf-core/lcep-package',
version='2.0.0',
version='2.0.1',
zip_safe=False,
)

0 comments on commit 9b10360

Please sign in to comment.