Skip to content

Commit

Permalink
Update doc and formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-slide committed Oct 27, 2020
1 parent 9e49394 commit a72052f
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.3.dev2
# versipy v0.2.4

![](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.3.dev2" %}
{% set version = "0.2.4" %}
{% 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 with git integration ecosystem, integrated with git",
version="0.2.3.dev2",
version="0.2.4",
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: 3
micro: 4
a: null
b: null
rc: null
post: null
dev: 2
dev: null
managed_values:
__package_name__: versipy
__package_description__: Versatile version and medatada managment across the python
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.3.dev2"
__version__ = "0.2.4"
__description__ = "Versatile version and medatada managment across the python packaging with git integration 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 @@ -14,3 +14,4 @@
2020-10-27 16:11:49.796536 0.2.3 local test
2020-10-27 16:15:31.935959 0.2.3.dev1 local test
2020-10-27 16:29:35.809467 0.2.3.dev2 Update doc and formatting changes
2020-10-27 16:34:43.746265 0.2.4 Update doc and formatting changes

0 comments on commit a72052f

Please sign in to comment.