Skip to content

Commit 8ca2ea5

Browse files
committed
Conditional deployment on tag full deploy test on master
1 parent 59b7a59 commit 8ca2ea5

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# versipy v0.2.1
1+
# versipy v0.2.2
22

33
![versipy](pictures/versipy.png)
44

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.2.1" %}
1+
{% set version = "0.2.2" %}
22
{% set name = "versipy" %}
33

44
package:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="versipy",
1313
description="Versatile version and medatada managment across the python packaging ecosystem, integrated with git",
14-
version="0.2.1",
14+
version="0.2.2",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/a-slide/versipy",

versipy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version:
22
major: 0
33
minor: 2
4-
micro: 1
4+
micro: 2
55
a: null
66
b: null
77
rc: null

versipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "versipy"
2-
version = "0.2.1"
2+
version = "0.2.2"
33
description = "Versatile version and medatada managment across the python packaging ecosystem, integrated with git"
44
url = "https://github.com/a-slide/versipy"
55
licence = "GPLv3"

versipy_history.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
2020-10-27 10:43:51.392048 0.2 Conditional deployment on tag release test
1111
2020-10-27 10:49:37.453854 0.2.dev1 Conditional deployment on tag full deploy test
1212
2020-10-27 10:50:04.246385 0.2.1 Conditional deployment on tag full deploy test
13+
2020-10-27 11:21:03.634084 0.2.2 Conditional deployment on tag full deploy test on master

0 commit comments

Comments
 (0)