Skip to content

Commit

Permalink
Conditional deployment on tag full deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-slide committed Oct 27, 2020
1 parent 4de3896 commit 59b7a59
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# versipy v0.2.dev1
# versipy v0.2.1

![versipy](pictures/versipy.png)

Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.2.dev1" %}
{% set version = "0.2.1" %}
{% set name = "versipy" %}

package:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="versipy",
description="Versatile version and medatada managment across the python packaging ecosystem, integrated with git",
version="0.2.dev1",
version="0.2.1",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/a-slide/versipy",
Expand Down
4 changes: 2 additions & 2 deletions versipy.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version:
major: 0
minor: 2
micro: null
micro: 1
a: null
b: null
rc: null
post: null
dev: 1
dev: null
managed_values:
__name__: versipy
__description__: Versatile version and medatada managment across the python packaging
Expand Down
2 changes: 1 addition & 1 deletion versipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "versipy"
version = "0.2.dev1"
version = "0.2.1"
description = "Versatile version and medatada managment across the python packaging ecosystem, integrated with git"
url = "https://github.com/a-slide/versipy"
licence = "GPLv3"
Expand Down
1 change: 1 addition & 0 deletions versipy_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
2020-10-27 10:43:05.513132 0.1.dev9 Conditional deployment on tag
2020-10-27 10:43:51.392048 0.2 Conditional deployment on tag release test
2020-10-27 10:49:37.453854 0.2.dev1 Conditional deployment on tag full deploy test
2020-10-27 10:50:04.246385 0.2.1 Conditional deployment on tag full deploy test

0 comments on commit 59b7a59

Please sign in to comment.