Skip to content

Commit 0f14f7c

Browse files
committed
release 1.0.6
1 parent 4c2e10d commit 0f14f7c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,7 @@
245245
1.0.5 09/12/2023
246246
* Fix missing dependency on packaging (#590)
247247
* implement partial format description event fields (#585)
248+
249+
1.0.6 09/01/2024
250+
* Optimizing version check to happen once per run (#597)
251+
* bug-fix-nonesources f string (#596)

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = "1.0.5"
50+
version = "1.0.6"
5151
# The full version, including alpha/beta/rc tags.
52-
release = "1.0.5"
52+
release = "1.0.6"
5353

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828
unittest.main(tests, argv=sys.argv[:1])
2929

3030

31-
version = "1.0.5"
31+
version = "1.0.6"
3232

3333
this_directory = Path(__file__).parent
3434
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)