Skip to content

Commit 0c6bdb7

Browse files
committed
build: implement version minor 0.1.0
1 parent 2250306 commit 0c6bdb7

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.bumplus.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '0.0.0'
1+
version = '0.1.0'
22

33
[[files."CHANGELOG.rst"]]
44
search = """

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ This file uses change log convention from `keep a CHANGELOG`_.
88
`Unreleased`_
99
+++++++++++++
1010

11+
`0.1.0`_ - 2019-02-02
12+
++++++++++++++++++++++
1113

12-
.. _`Unreleased`: https://github.com/luismayta/zsh-flutter/compare/0.0.0...HEAD
14+
15+
.. _`Unreleased`: https://github.com/luismayta/zsh-flutter/compare/0.1.0...HEAD
16+
.. _`0.1.0`: https://github.com/luismayta/zsh-flutter/compare/0.0.0...0.1.0
1317
.. _0.0.0: https://gitlab.com/luismayta/zsh-flutter/compare/0.0.0...0.0.0
1418

1519
.. _`keep a CHANGELOG`: http://keepachangelog.com/en/0.0.0/

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Functions and tools for zsh
1818
.. |GitHub license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square
1919
:target: LICENSE
2020

21-
:Version: 0.0.0
21+
:Version: 0.1.0
2222
:Web: https://github.com/luismayta/zsh-flutter
2323
:Download: http://github.com/luismayta/zsh-flutter
2424
:Source: http://github.com/luismayta/zsh-flutter

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.0

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files = VERSION README.rst
33
commit = False
44
tag = False
5-
current_version = 0.0.0
5+
current_version = 0.1.0
66

77
[bumpversion:file:setup.cfg]
88
search = version='{current_version}'
@@ -19,7 +19,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
1919
doctests = True
2020
inline-quotes = single
2121
accept-encodings = utf-8
22-
per-file-ignores =
22+
per-file-ignores =
2323
tests/*.py: S101, Z432
2424
hooks/*.py: T001
2525
**/*.py: D100, D104, D106, D401, X100
@@ -45,7 +45,7 @@ universal = 1
4545
testpaths = tests/
4646
console_output_style = classic
4747
norecursedirs = *.egg .eggs dist build docs .tox .git __pycache__
48-
addopts =
48+
addopts =
4949
--cov zsh-flutter
5050
--cov-report html
5151
--ignore docs/
@@ -63,3 +63,4 @@ sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
6363
default_section = FIRSTPARTY
6464
atomic = true
6565
line_length = 99
66+

0 commit comments

Comments
 (0)