Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Dec 10, 2019
1 parent 04ca465 commit df368fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
"VagrantBackend"]
__version__ = "0.3.2"
__version__ = "0.3.3"
7 changes: 7 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

0.3.3 (2019-12-10)
******************

Changes:
* Updated dependencies
* Allowed branches with slashes (`#79 <https://github.com/pyvec/arca/issues/79>`_)

0.3.2 (2019-11-23)
******************

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def long_description():

setup(
name="arca",
version="0.3.2",
version="0.3.3",
author="Mikuláš Poul",
author_email="mikulaspoul@gmail.com",
description="A library for running Python functions (callables) from git repositories "
Expand Down

0 comments on commit df368fd

Please sign in to comment.