Skip to content

Commit d9024b6

Browse files
committed
Bump version 1.7.0 -> 1.8.0
1 parent 45812a3 commit d9024b6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0
2+
current_version = 1.8.0
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ doi: "10.5281/zenodo.1090388"
2121
license: "GPL-3.0"
2222
message: "If you use this software, please cite it using these metadata."
2323
title: Instamatic
24-
version: "1.7.0"
24+
version: "1.8.0"
2525
...

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def setup(app):
8080
author = 'Stef Smeets'
8181

8282
# The short X.Y version.
83-
version = release = '1.7.0'
83+
version = release = '1.8.0'
8484

8585
# The language for content autogenerated by Sphinx.
8686
language = 'english'

instamatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010
"""
1111

12-
__version__ = '1.7.0'
12+
__version__ = '1.8.0'
1313
__title__ = 'instamatic'
1414
__long_title__ = f'{__title__} v{__version__}'
1515
__author__ = 'Stef Smeets'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project_urls =
3434
Bug Tracker = hhttp://github.com/instamatic-dev/instamatic/issues
3535
Documentation = https://instamatic.readthedocs.io/
3636
url = http://github.com/instamatic-dev/instamatic
37-
version = 1.7.0
37+
version = 1.8.0
3838

3939

4040
[options]

0 commit comments

Comments
 (0)