File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] ( https://github.com/vyperlang/vvm/ )
8
8
9
+ ## [ 0.0.2] ( https://github.com/vyperlang/vvm/tree/v0.0.2 ) - 2020-08-26
10
+ ### Fixed
11
+ - Ignore ` .exe ` when handling versions on Windows
12
+
9
13
## [ 0.0.1] ( https://github.com/vyperlang/vvm/tree/v0.0.1 ) - 2020-08-25
10
14
- Initial release
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.1
2
+ current_version = 0.0.2
3
3
4
4
[bumpversion:file:setup.py]
5
5
6
6
[flake8]
7
7
max-line-length = 100
8
8
ignore = E203,W503
9
- per-file-ignores =
9
+ per-file-ignores =
10
10
*/__init__.py: F401
11
11
12
12
[mypy]
@@ -23,4 +23,3 @@ use_parentheses = True
23
23
24
24
[tool:pytest]
25
25
addopts = --cov =vvm --cov-branch --cov-report xml
26
-
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "vvm" ,
7
- version = "0.0.1 " , # don't change this manually, use bumpversion instead
7
+ version = "0.0.2 " , # don't change this manually, use bumpversion instead
8
8
description = "Vyper version management tool" ,
9
9
long_description_markdown_filename = "README.md" ,
10
10
author = "Ben Hauser" ,
You can’t perform that action at this time.
0 commit comments