Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstallion committed May 5, 2021
1 parent 6b0eda9 commit 6e7689e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/sstallion/vimwiki-cli/compare/HEAD
## [v1.0.0] - 2021-05-04

Initial release

[Unreleased]: https://github.com/sstallion/vimwiki-cli/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/sstallion/vimwiki-cli/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 1.0.0

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='vimwiki-cli',
version='0.0.0',
version='1.0.0',
description='Vimwiki Command-Line Interface',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion vimwiki_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.

__version__ = '0.0.0'
__version__ = '1.0.0'

0 comments on commit 6e7689e

Please sign in to comment.