Skip to content

Commit d378051

Browse files
release: update changelog, bump version to v0.0.2
1 parent f83d313 commit d378051

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased](https://github.com/vyperlang/vvm/)
88

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+
913
## [0.0.1](https://github.com/vyperlang/vvm/tree/v0.0.1) - 2020-08-25
1014
- Initial release

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.0.2
33

44
[bumpversion:file:setup.py]
55

66
[flake8]
77
max-line-length = 100
88
ignore = E203,W503
9-
per-file-ignores =
9+
per-file-ignores =
1010
*/__init__.py: F401
1111

1212
[mypy]
@@ -23,4 +23,3 @@ use_parentheses = True
2323

2424
[tool:pytest]
2525
addopts = --cov=vvm --cov-branch --cov-report xml
26-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
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
88
description="Vyper version management tool",
99
long_description_markdown_filename="README.md",
1010
author="Ben Hauser",

0 commit comments

Comments
 (0)