File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22commit = True
33tag = True
44tag_name = {new_version}
5- current_version = 0.7.22
5+ current_version = 1.0.0
66
77[bumpversion:file:pyproject.toml]
88search = version = " {current_version}" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
Original file line number Diff line number Diff line change 2323author = 'Taneli Hukkinen'
2424
2525# The full version, including alpha/beta/rc tags
26- release = '0.7.22 ' # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
26+ release = '1.0.0 ' # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Add the following to your project's `.pre-commit-config.yaml` to enable this:
6868
6969``` yaml
7070- repo : https://github.com/hukkin/mdformat
71- rev : 0.7.22 # Use the ref you want to point at
71+ rev : 1.0.0 # Use the ref you want to point at
7272 hooks :
7373 - id : mdformat
7474 # Optionally add plugins
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " mdformat"
8- version = " 0.7.22 " # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
8+ version = " 1.0.0 " # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
99description = " CommonMark compliant Markdown formatter"
1010authors = [
1111 {
name =
" Taneli Hukkinen" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 11__all__ = ("file" , "text" )
2- __version__ = "0.7.22 " # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
2+ __version__ = "1.0.0 " # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
33
44from mdformat ._api import file , text
You can’t perform that action at this time.
0 commit comments