Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Jul 30, 2019
1 parent 4188705 commit 1ac9bf8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.1.0"
version = "0.2.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:zocalo/__init__.py]
[bumpversion:file:zocalo_dls/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/DiamondLightSource/zocalo-python-dls",
version="0.1.0",
version="0.2.0",
zip_safe=False,
)
1 change: 1 addition & 0 deletions zocalo_dls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

import logging

__version__ = "0.2.0"
logging.getLogger("zocalo_dls").addHandler(logging.NullHandler())

0 comments on commit 1ac9bf8

Please sign in to comment.