Skip to content

Commit

Permalink
add bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
sobjornstad committed Jan 6, 2022
1 parent f68f752 commit f9e709f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[bumpversion]
current_version = 1.3.2

[bumpversion:file:tw-plugin/plugin.info]

[bumpversion:file:docs/tiddlers/TiddlyRemember Metadata.json]

[bumpversion:file:tw-plugin/templates/TiddlyRememberParseable.tid]

[bumpversion:file:anki-plugin/src/util.py]
search = PLUGIN_VERSION = "{current_version}"
replace = PLUGIN_VERSION = "{new_version}"
9 changes: 5 additions & 4 deletions anki-plugin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ beautifulsoup4==4.9.0

# Development and build tools.
bs4>=0.0.1,<1.0
pylint>=2.5.2,<3.0
yapf>=0.30.0,<1.0
bumpversion=>0.6.0
mypy>=0.770,<1.0
pip>=20.2
pytest>=6.0.2
pytest-cov>=2.10.1
pre-commit>=2.7.1
pylint>=2.5.2,<3.0
pytest-cov>=2.10.1
pytest>=6.0.2
yapf>=0.30.0,<1.0

## Items below this line must also be updated in the pre-commit config.

Expand Down

0 comments on commit f9e709f

Please sign in to comment.