Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e24050

Browse filesBrowse files
committed
Tag v0.13.0a18 (mypy type safety and annotations)
1 parent c06b8ed commit 7e24050
Copy full SHA for 7e24050

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎libvcs/__about__.py

Copy file name to clipboardExpand all lines: libvcs/__about__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
4-
__version__ = "0.13.0a17"
4+
__version__ = "0.13.0a18"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.13.0a17"
3+
version = "0.13.0a18"
44
description = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.