Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Recommend.Games
Board Game Scraper
Commits
15c18483
Verified
Commit
15c18483
authored
Oct 27, 2020
by
Markus Shepherd
🙈
Browse files
v2.12.0
parent
60fadded
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.pre-commit-config.yaml
.pre-commit-config.yaml
+1
-1
board_game_scraper/__version__.py
board_game_scraper/__version__.py
+1
-1
No files found.
.pre-commit-config.yaml
View file @
15c18483
...
...
@@ -16,5 +16,5 @@ repos:
description
:
Reading library __version__ and saving it to .env
entry
:
pipenv run python -m board_game_scraper.version_env
language
:
system
always_run
:
true
files
:
'
__version__\.py'
pass_filenames
:
false
board_game_scraper/__version__.py
View file @
15c18483
...
...
@@ -2,5 +2,5 @@
"""Version."""
VERSION
=
(
2
,
1
1
,
3
)
VERSION
=
(
2
,
1
2
,
0
)
__version__
=
"."
.
join
(
map
(
str
,
VERSION
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment