Skip to content

Commit df368fd

Browse files
committed
Bump version and update changelog
1 parent 04ca465 commit df368fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

arca/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
88
"VagrantBackend"]
9-
__version__ = "0.3.2"
9+
__version__ = "0.3.3"

docs/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
0.3.3 (2019-12-10)
5+
******************
6+
7+
Changes:
8+
* Updated dependencies
9+
* Allowed branches with slashes (`#79 <https://github.com/pyvec/arca/issues/79>`_)
10+
411
0.3.2 (2019-11-23)
512
******************
613

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def long_description():
2020

2121
setup(
2222
name="arca",
23-
version="0.3.2",
23+
version="0.3.3",
2424
author="Mikuláš Poul",
2525
author_email="[email protected]",
2626
description="A library for running Python functions (callables) from git repositories "

0 commit comments

Comments
 (0)