Skip to content

Commit 18fda8d

Browse files
committed
Bump version from 1.0.0 to 1.1.0
1 parent cda559a commit 18fda8d

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

.cookietemple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ full_name: Lukas Heumos
1313
1414
project_name: lcep-package
1515
project_short_description: Python package for lcep.
16-
version: 1.0.0
16+
version: 1.1.0
1717
license: MIT
1818
command_line_interface: Click
1919
testing_library: pytest

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Changelog
55
This project adheres to `Semantic Versioning <https://semver.org/>`_.
66

77

8+
1.1.0 (2020-08-28)
9+
------------------
10+
11+
**Added**
12+
13+
**Fixed**
14+
15+
**Dependencies**
16+
17+
**Deprecated**
18+
19+
820
1.0.0 (2020-08-28)
921
------------------
1022

cookietemple.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.1.0
33

44
[bumpversion_files_whitelisted]
55
setup_file = setup.py

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# the built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.0.0'
56+
version = '1.1.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.0.0'
58+
release = '1.1.0'
5959

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

lcep_package/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Lukas Heumos"""
44
__email__ = '[email protected]'
5-
__version__ = '1.0.0'
5+
__version__ = '1.1.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ def walker(base, *paths):
7272
test_suite='tests',
7373
tests_require=test_requirements,
7474
url='https://github.com/mlf-core/lcep-package',
75-
version='1.0.0',
75+
version='1.1.0',
7676
zip_safe=False,
7777
)

0 commit comments

Comments
 (0)