Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Aug 6, 2023
1 parent e79519d commit 09f9218
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,16 @@
v0.4.2 - 2023-08-06
===================

- Rebuild to fix version


v0.4.1 - 2023-08-06
===================

- Add missing py.typed marker to package
- [docs] Fix ReadTheDocs setup


v0.4.0 - 2023-07-16
===================

Expand Down
2 changes: 1 addition & 1 deletion snaphelpers/__init__.py
Expand Up @@ -35,4 +35,4 @@
"__version__",
]

__version__ = "0.4.0"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -24,8 +24,8 @@ commands =

[testenv:docs]
deps =
.
-r docs/requirements.txt
.
commands =
sphinx-build -b html docs html {posargs}

Expand Down

0 comments on commit 09f9218

Please sign in to comment.